aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorClaudio Mignanti <c.mignanti@gmail.com>2010-10-24 16:10:41 +0000
committerClaudio Mignanti <c.mignanti@gmail.com>2010-10-24 16:10:41 +0000
commit307bfbe677a2a35b0f9c4609a6a531e089ed7a31 (patch)
tree7722d74a123107dc2442de2dbaf7d483fe64b841 /target
parent0642214afc0974b17ec5f36114f39bf44579815f (diff)
downloadmaster-187ad058-307bfbe677a2a35b0f9c4609a6a531e089ed7a31.tar.gz
master-187ad058-307bfbe677a2a35b0f9c4609a6a531e089ed7a31.tar.bz2
master-187ad058-307bfbe677a2a35b0f9c4609a6a531e089ed7a31.zip
[brcm63xx] Fix nxp_74hc164 driver compile error (builbot)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23623 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm63xx/patches-2.6.35/211-gen-74x164-gpio-chip-driver.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.35/211-gen-74x164-gpio-chip-driver.patch b/target/linux/brcm63xx/patches-2.6.35/211-gen-74x164-gpio-chip-driver.patch
index 105eb6d57e..fdb8981e87 100644
--- a/target/linux/brcm63xx/patches-2.6.35/211-gen-74x164-gpio-chip-driver.patch
+++ b/target/linux/brcm63xx/patches-2.6.35/211-gen-74x164-gpio-chip-driver.patch
@@ -27,7 +27,7 @@
obj-$(CONFIG_GPIO_PL061) += pl061.o
--- /dev/null
+++ b/drivers/gpio/nxp_74hc164.c
-@@ -0,0 +1,226 @@
+@@ -0,0 +1,227 @@
+/*
+ * NXP 74HC164 - output expander GPIO driver
+ *
@@ -45,6 +45,7 @@
+#include <linux/init.h>
+#include <linux/gpio.h>
+#include <linux/bitops.h>
++#include <linux/slab.h>
+#include <linux/platform_device.h>
+#include <linux/nxp_74hc164.h>
+