projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] refresh 2.6.32 patches
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
patches-2.6.35
/
211-gen-74x164-gpio-chip-driver.patch
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
105eb6d
..
fdb8981
100644
(file)
--- 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
obj-$(CONFIG_GPIO_PL061) += pl061.o
--- /dev/null
+++ b/drivers/gpio/nxp_74hc164.c
-@@ -0,0 +1,22
6
@@
+@@ -0,0 +1,22
7
@@
+/*
+ * NXP 74HC164 - output expander GPIO driver
+ *
+/*
+ * NXP 74HC164 - output expander GPIO driver
+ *
@@
-45,6
+45,7
@@
+#include <linux/init.h>
+#include <linux/gpio.h>
+#include <linux/bitops.h>
+#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>
+
+#include <linux/platform_device.h>
+#include <linux/nxp_74hc164.h>
+
This page took
0.026961 seconds
and
4
git commands to generate.