From 1baa5e8c46590bc16f129ed8839449ee2a66789f Mon Sep 17 00:00:00 2001 From: claudio Date: Sun, 24 Oct 2010 16:10:41 +0000 Subject: [PATCH] [brcm63xx] Fix nxp_74hc164 driver compile error (builbot) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23623 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches-2.6.35/211-gen-74x164-gpio-chip-driver.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 105eb6d57..fdb8981e8 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 +#include +#include ++#include +#include +#include + -- 2.20.1