diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2014-01-02 01:58:45 -0800 |
---|---|---|
committer | Bryan Wu <cooloney@gmail.com> | 2014-01-27 17:28:51 -0800 |
commit | 00d195528547f31ac329aa36dc385b13fdc58f11 (patch) | |
tree | 9776c23fd286fae53b96d5615cef439d80e89469 /include/linux/platform_data/leds-kirkwood-ns2.h | |
parent | 33fc94506bae75341f083b79e6c2a0ff086a8810 (diff) | |
download | op-kernel-dev-00d195528547f31ac329aa36dc385b13fdc58f11.zip op-kernel-dev-00d195528547f31ac329aa36dc385b13fdc58f11.tar.gz |
leds: kirkwood: Cleanup in header files
Commit c02cecb92ed4 ("ARM: orion: move platform_data definitions")
moved the files to the current location but forgot to remove the pointer
to its previous location. Clean it up. While at it also change the header
file protection macros appropriately.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
Diffstat (limited to 'include/linux/platform_data/leds-kirkwood-ns2.h')
-rw-r--r-- | include/linux/platform_data/leds-kirkwood-ns2.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/linux/platform_data/leds-kirkwood-ns2.h b/include/linux/platform_data/leds-kirkwood-ns2.h index e21272e..6a9fed5 100644 --- a/include/linux/platform_data/leds-kirkwood-ns2.h +++ b/include/linux/platform_data/leds-kirkwood-ns2.h @@ -1,6 +1,4 @@ /* - * arch/arm/mach-kirkwood/include/mach/leds-ns2.h - * * Platform data structure for Network Space v2 LED driver * * This file is licensed under the terms of the GNU General Public @@ -8,8 +6,8 @@ * warranty of any kind, whether express or implied. */ -#ifndef __MACH_LEDS_NS2_H -#define __MACH_LEDS_NS2_H +#ifndef __LEDS_KIRKWOOD_NS2_H +#define __LEDS_KIRKWOOD_NS2_H struct ns2_led { const char *name; @@ -23,4 +21,4 @@ struct ns2_led_platform_data { struct ns2_led *leds; }; -#endif /* __MACH_LEDS_NS2_H */ +#endif /* __LEDS_KIRKWOOD_NS2_H */ |