The patch titled Fix leds-s3c24xx hardware.h reference has been added to the -mm tree. Its filename is fix-leds-s3c24xx-hardwareh-reference.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Fix leds-s3c24xx hardware.h reference From: Richard Purdie <rpurdie@xxxxxxxxx> 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@xxxxxxxxxxx> Signed-off-by: Richard Purdie <rpurdie@xxxxxxxxx> Acked-by: Ben Dooks <ben-linux@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/leds/leds-s3c24xx.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/leds/leds-s3c24xx.c~fix-leds-s3c24xx-hardwareh-reference drivers/leds/leds-s3c24xx.c --- a/drivers/leds/leds-s3c24xx.c~fix-leds-s3c24xx-hardwareh-reference +++ a/drivers/leds/leds-s3c24xx.c @@ -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> _ Patches currently in -mm which might be from rpurdie@xxxxxxxxx are fix-leds-s3c24xx-hardwareh-reference.patch git-acpi.patch acpi-add-backlight-support-to-the-sony_acpi.patch git-alsa.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html