diff options
author | Claudio Mignanti <c.mignanti@gmail.com> | 2010-10-24 16:10:41 +0000 |
---|---|---|
committer | Claudio Mignanti <c.mignanti@gmail.com> | 2010-10-24 16:10:41 +0000 |
commit | 697d3e7066c8d2dcd3ba1e34a9657ab08b3977e0 (patch) | |
tree | dcdae81c07fc00c722d06f9796c05395564bae58 /target | |
parent | d42d5412ec679f00a6cd455764e086be050f137d (diff) | |
download | upstream-697d3e7066c8d2dcd3ba1e34a9657ab08b3977e0.tar.gz upstream-697d3e7066c8d2dcd3ba1e34a9657ab08b3977e0.tar.bz2 upstream-697d3e7066c8d2dcd3ba1e34a9657ab08b3977e0.zip |
Fix nxp_74hc164 driver compile error (builbot)
SVN-Revision: 23623
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.35/211-gen-74x164-gpio-chip-driver.patch | 3 |
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> + |