[PATCH] Fix leds-s3c24xx hardware.h reference
authorRichard Purdie <[email protected]>
Sat, 6 Jan 2007 00:36:18 +0000 (16:36 -0800)
committerLinus Torvalds <[email protected]>
Sat, 6 Jan 2007 07:55:21 +0000 (23:55 -0800)
Russell King recently reminded us that one shouldn't use
asm/arch/hardware.h but one should use asm/hardware.h
(http://lkml.org/lkml/2006/12/23/26).  Unfortunately, the leds-s3c24xx
driver is using the wrong header.  This patch is fixing that.

Signed-off-by: Arnaud Patard <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
Acked-by: Ben Dooks <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/leds/leds-s3c24xx.c

index fb1edc1c9edbd5556fbf86e97a8e67ce0c3dbfb2..50914439d861d74072bf9af8d7ac0024469eb2fe 100644 (file)
@@ -16,7 +16,7 @@
 #include <linux/platform_device.h>
 #include <linux/leds.h>
 
-#include <asm/arch/hardware.h>
+#include <asm/hardware.h>
 #include <asm/arch/regs-gpio.h>
 #include <asm/arch/leds-gpio.h>