[PATCH] Fix leds-s3c24xx hardware.h reference
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 6 Jan 2007 00:36:18 +0000 (16:36 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Sat, 6 Jan 2007 07:55:21 +0000 (23:55 -0800)
commit34f1ca540679f61a02b7406f036d9edde9717ee2
tree1d08657f77c4060e34736a934a25a58267d2113b
parent6002f544c9f724a9e35cbd5799742fd98e3d6046
[PATCH] Fix leds-s3c24xx hardware.h reference

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 <arnaud.patard@rtp-net.org>
Signed-off-by: Richard Purdie <rpurdie@rpsys.net>
Acked-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/leds/leds-s3c24xx.c