[brcm63xx] Fix nxp_74hc164 driver compile error (builbot)
authorclaudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Oct 2010 16:10:41 +0000 (16:10 +0000)
committerclaudio <claudio@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 24 Oct 2010 16:10:41 +0000 (16:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23623 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/brcm63xx/patches-2.6.35/211-gen-74x164-gpio-chip-driver.patch

index 105eb6d..fdb8981 100644 (file)
@@ -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>
 +
This page took 0.023215 seconds and 4 git commands to generate.