X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=target%2Flinux%2Fixp4xx%2Fpatches-2.6.34%2F295-latch_led_driver.patch;fp=target%2Flinux%2Fixp4xx%2Fpatches-2.6.34%2F295-latch_led_driver.patch;h=e173ac6e4e62f3b1f4dd5200731e61e8f44c0455;hp=64be0c3091e7ae56d7c71f7ef5a26e3e1d2c1d2d;hb=1a7021b3eab6d4a0d647af42b5f0b6aca57cbe1c;hpb=e35f7ef51dd52ecb52e78e921ca5c5aabd7e2d30 diff --git a/target/linux/ixp4xx/patches-2.6.34/295-latch_led_driver.patch b/target/linux/ixp4xx/patches-2.6.34/295-latch_led_driver.patch index 64be0c3091..e173ac6e4e 100644 --- a/target/linux/ixp4xx/patches-2.6.34/295-latch_led_driver.patch +++ b/target/linux/ixp4xx/patches-2.6.34/295-latch_led_driver.patch @@ -16,7 +16,7 @@ depends on LEDS_CLASS && X86 && SERIO_I8042 && DMI --- /dev/null +++ b/drivers/leds/leds-latch.c -@@ -0,0 +1,149 @@ +@@ -0,0 +1,150 @@ +/* + * LEDs driver for Memory Latched Devices + * @@ -35,6 +35,7 @@ +#include +#include +#include ++#include + +static unsigned int mem_keep = 0xFF; +static spinlock_t mem_lock;