Commit 00d19552 authored by Sachin Kamat's avatar Sachin Kamat Committed by Bryan Wu
Browse files

leds: kirkwood: Cleanup in header files



Commit c02cecb9 ("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: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarBryan Wu <cooloney@gmail.com>
parent 33fc9450
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
/*
 * arch/arm/mach-kirkwood/include/mach/leds-netxbig.h
 *
 * Platform data structure for netxbig 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_NETXBIG_H
#define __MACH_LEDS_NETXBIG_H
#ifndef __LEDS_KIRKWOOD_NETXBIG_H
#define __LEDS_KIRKWOOD_NETXBIG_H

struct netxbig_gpio_ext {
	unsigned	*addr;
@@ -52,4 +50,4 @@ struct netxbig_led_platform_data {
	int			num_leds;
};

#endif /* __MACH_LEDS_NETXBIG_H */
#endif /* __LEDS_KIRKWOOD_NETXBIG_H */
+3 −5
Original line number Diff line number Diff line
/*
 * 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 */