Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

leds: leds-s3c24xx: Trivial cleanup in header file

Commit 436d42c61c3e ("ARM: samsung: 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>

authored by

Sachin Kamat and committed by
Bryan Wu
fc87eb0b 7c7d2a26

+4 -5
+4 -5
include/linux/platform_data/leds-s3c24xx.h
··· 1 - /* arch/arm/mach-s3c2410/include/mach/leds-gpio.h 2 - * 1 + /* 3 2 * Copyright (c) 2006 Simtec Electronics 4 3 * http://armlinux.simtec.co.uk/ 5 4 * Ben Dooks <ben@simtec.co.uk> ··· 10 11 * published by the Free Software Foundation. 11 12 */ 12 13 13 - #ifndef __ASM_ARCH_LEDSGPIO_H 14 - #define __ASM_ARCH_LEDSGPIO_H "leds-gpio.h" 14 + #ifndef __LEDS_S3C24XX_H 15 + #define __LEDS_S3C24XX_H 15 16 16 17 #define S3C24XX_LEDF_ACTLOW (1<<0) /* LED is on when GPIO low */ 17 18 #define S3C24XX_LEDF_TRISTATE (1<<1) /* tristate to turn off */ ··· 24 25 char *def_trigger; 25 26 }; 26 27 27 - #endif /* __ASM_ARCH_LEDSGPIO_H */ 28 + #endif /* __LEDS_S3C24XX_H */