diff options
Diffstat (limited to 'drivers/leds/leds-fsg.c')
| -rw-r--r-- | drivers/leds/leds-fsg.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/leds/leds-fsg.c b/drivers/leds/leds-fsg.c index a7421b8c47d8..be0e12144b8b 100644 --- a/drivers/leds/leds-fsg.c +++ b/drivers/leds/leds-fsg.c @@ -19,7 +19,7 @@  #include <linux/init.h>  #include <linux/platform_device.h>  #include <linux/leds.h> -#include <asm/arch/hardware.h> +#include <mach/hardware.h>  #include <asm/io.h>  static short __iomem *latch_address; | 
