ixp4xx: include linux/slab.h in the latch LED driver
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 14 Aug 2010 21:07:34 +0000 (21:07 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 14 Aug 2010 21:07:34 +0000 (21:07 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22645 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ixp4xx/patches-2.6.32/295-latch_led_driver.patch
target/linux/ixp4xx/patches-2.6.33/295-latch_led_driver.patch
target/linux/ixp4xx/patches-2.6.34/295-latch_led_driver.patch
target/linux/ixp4xx/patches-2.6.35/295-latch_led_driver.patch

index 853636d..4bb9073 100644 (file)
@@ -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 <linux/workqueue.h>
 +#include <asm/io.h>
 +#include <linux/spinlock.h>
++#include <linux/slab.h>
 +
 +static unsigned int mem_keep = 0xFF;
 +static spinlock_t mem_lock;
index 64be0c3..e173ac6 100644 (file)
@@ -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 <linux/workqueue.h>
 +#include <asm/io.h>
 +#include <linux/spinlock.h>
++#include <linux/slab.h>
 +
 +static unsigned int mem_keep = 0xFF;
 +static spinlock_t mem_lock;
index 64be0c3..e173ac6 100644 (file)
@@ -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 <linux/workqueue.h>
 +#include <asm/io.h>
 +#include <linux/spinlock.h>
++#include <linux/slab.h>
 +
 +static unsigned int mem_keep = 0xFF;
 +static spinlock_t mem_lock;
index 0468c95..2d15b7e 100644 (file)
@@ -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
 + *
@@ -36,6 +36,7 @@
 +#include <linux/workqueue.h>
 +#include <asm/io.h>
 +#include <linux/spinlock.h>
++#include <linux/slab.h>
 +
 +static unsigned int mem_keep = 0xFF;
 +static spinlock_t mem_lock;
This page took 0.03584 seconds and 4 git commands to generate.