From: Richard Purdie Date: Sat, 6 Jan 2007 00:36:18 +0000 (-0800) Subject: [PATCH] Fix leds-s3c24xx hardware.h reference X-Git-Tag: v2.6.20-rc4~81 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=34f1ca540679f61a02b7406f036d9edde9717ee2;p=~shefty%2Frdma-dev.git [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 Signed-off-by: Richard Purdie Acked-by: Ben Dooks Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/leds/leds-s3c24xx.c b/drivers/leds/leds-s3c24xx.c index fb1edc1c9ed..50914439d86 100644 --- a/drivers/leds/leds-s3c24xx.c +++ b/drivers/leds/leds-s3c24xx.c @@ -16,7 +16,7 @@ #include #include -#include +#include #include #include