diff options
author | Andy Green <andy@openmoko.com> | 2008-11-19 17:11:02 +0000 |
---|---|---|
committer | Andy Green <andy@openmoko.com> | 2008-11-19 17:11:02 +0000 |
commit | b7f4c2f2025ec254202e95c900b5281904264306 (patch) | |
tree | 8e65ab31e5b8116d21869c261e67ea326f442b29 /drivers/leds | |
parent | 2be6b72c8fccbdd18264886d1ed173e908ff423a (diff) |
fix-stable-tracking-build-without-symlink.patch
Signed-off-by: Andy Green <andy@openmoko.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-neo1973-gta02.c | 2 | ||||
-rw-r--r-- | drivers/leds/leds-neo1973-vibrator.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/leds/leds-neo1973-gta02.c b/drivers/leds/leds-neo1973-gta02.c index 706f99fc6b3..0b3f02a9ace 100644 --- a/drivers/leds/leds-neo1973-gta02.c +++ b/drivers/leds/leds-neo1973-gta02.c @@ -17,7 +17,7 @@ #include <linux/leds.h> #include <mach/hardware.h> #include <asm/mach-types.h> -#include <asm/arch/gta02.h> +#include <asm/arch-s3c2410/gta02.h> #include <asm/plat-s3c/regs-timer.h> #include <asm/plat-s3c24xx/neo1973.h> diff --git a/drivers/leds/leds-neo1973-vibrator.c b/drivers/leds/leds-neo1973-vibrator.c index c3f24768e5e..3cead0f2361 100644 --- a/drivers/leds/leds-neo1973-vibrator.c +++ b/drivers/leds/leds-neo1973-vibrator.c @@ -19,7 +19,7 @@ #include <linux/leds.h> #include <mach/hardware.h> #include <asm/mach-types.h> -#include <asm/arch/pwm.h> +#include <asm/arch-s3c2410/pwm.h> #include <mach/gta01.h> #include <asm/plat-s3c/regs-timer.h> |