The patch titled
     Fix leds-s3c24xx hardware.h reference
has been removed from the -mm tree.  Its filename was
     fix-leds-s3c24xx-hardwareh-reference.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: Fix leds-s3c24xx hardware.h reference
From: Richard Purdie <[EMAIL PROTECTED]>

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]>
---

 drivers/leds/leds-s3c24xx.c |    2 +-
 1 file 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 [EMAIL PROTECTED] are

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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to