diff options
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> |