diff options
author | Jonas Bonn <jonas.bonn@gmail.com> | 2008-11-19 17:11:03 +0000 |
---|---|---|
committer | Andy Green <agreen@pads.home.warmcat.com> | 2008-11-19 17:11:03 +0000 |
commit | 2e11b4f1f9ec631c819d2a04c82d4aa710a27553 (patch) | |
tree | 409524f1ab12c57f8033dd0805c81391a7317403 /drivers/leds | |
parent | 2ba9302df2cca8c08af59f65c6284348d11ba93e (diff) |
Move asm/arch/fiq_ipc_gta02.h to mach/fiq_ipc_gta02.h
Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com>
Diffstat (limited to 'drivers/leds')
-rw-r--r-- | drivers/leds/leds-neo1973-vibrator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/leds/leds-neo1973-vibrator.c b/drivers/leds/leds-neo1973-vibrator.c index f9247baeab1..cbbc33092f4 100644 --- a/drivers/leds/leds-neo1973-vibrator.c +++ b/drivers/leds/leds-neo1973-vibrator.c @@ -24,7 +24,7 @@ #include <asm/plat-s3c/regs-timer.h> #ifdef CONFIG_MACH_NEO1973_GTA02 -#include <asm/arch-s3c2410/fiq_ipc_gta02.h> +#include <mach/fiq_ipc_gta02.h> #endif #include <asm/plat-s3c24xx/neo1973.h> |