aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-07-01 14:49:06 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-07-01 14:49:06 +0000
commitec990bbb44de57577a7953bbf12d35764f4ec216 (patch)
tree162dac94982cda665bd198220f26be6c28add7b5
parentb76444287b239254ac3ee0143722b11e5adfc4c2 (diff)
downloadupstream-ec990bbb44de57577a7953bbf12d35764f4ec216.tar.gz
upstream-ec990bbb44de57577a7953bbf12d35764f4ec216.tar.bz2
upstream-ec990bbb44de57577a7953bbf12d35764f4ec216.zip
ar71xx: fix leds-rb750 build failure on 2.6.34
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22016 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ar71xx/files/drivers/leds/leds-rb750.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/drivers/leds/leds-rb750.c b/target/linux/ar71xx/files/drivers/leds/leds-rb750.c
index 2e6064763a..6d99201293 100644
--- a/target/linux/ar71xx/files/drivers/leds/leds-rb750.c
+++ b/target/linux/ar71xx/files/drivers/leds/leds-rb750.c
@@ -12,6 +12,7 @@
#include <linux/init.h>
#include <linux/platform_device.h>
#include <linux/leds.h>
+#include <linux/slab.h>
#include <asm/mach-ar71xx/mach-rb750.h>