mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 18:34:53 +00:00
Fix nxp_74hc164 driver compile error (builbot)
SVN-Revision: 23623
This commit is contained in:
parent
d42d5412ec
commit
697d3e7066
@ -27,7 +27,7 @@
|
|||||||
obj-$(CONFIG_GPIO_PL061) += pl061.o
|
obj-$(CONFIG_GPIO_PL061) += pl061.o
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/drivers/gpio/nxp_74hc164.c
|
+++ b/drivers/gpio/nxp_74hc164.c
|
||||||
@@ -0,0 +1,226 @@
|
@@ -0,0 +1,227 @@
|
||||||
+/*
|
+/*
|
||||||
+ * NXP 74HC164 - output expander GPIO driver
|
+ * NXP 74HC164 - output expander GPIO driver
|
||||||
+ *
|
+ *
|
||||||
@ -45,6 +45,7 @@
|
|||||||
+#include <linux/init.h>
|
+#include <linux/init.h>
|
||||||
+#include <linux/gpio.h>
|
+#include <linux/gpio.h>
|
||||||
+#include <linux/bitops.h>
|
+#include <linux/bitops.h>
|
||||||
|
+#include <linux/slab.h>
|
||||||
+#include <linux/platform_device.h>
|
+#include <linux/platform_device.h>
|
||||||
+#include <linux/nxp_74hc164.h>
|
+#include <linux/nxp_74hc164.h>
|
||||||
+
|
+
|
||||||
|
Loading…
Reference in New Issue
Block a user