summaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/patches/002-wbd111_support.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-15 20:28:19 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-15 20:28:19 +0000
commitedea5bf8fea8f42d639a2e925ee168748ee97ac9 (patch)
treeeef6998d1467c9751463ae3cfb952ccf0598c535 /target/linux/gemini/patches/002-wbd111_support.patch
parent96ffc75a5ed0e2966e03f24fded9358ae96df3dc (diff)
[gemini] add missing includes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15876 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/gemini/patches/002-wbd111_support.patch')
-rw-r--r--target/linux/gemini/patches/002-wbd111_support.patch3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/gemini/patches/002-wbd111_support.patch b/target/linux/gemini/patches/002-wbd111_support.patch
index 3552ad06c..51b2db519 100644
--- a/target/linux/gemini/patches/002-wbd111_support.patch
+++ b/target/linux/gemini/patches/002-wbd111_support.patch
@@ -1,6 +1,6 @@
--- /dev/null
+++ b/arch/arm/mach-gemini/board-wbd111.c
-@@ -0,0 +1,123 @@
+@@ -0,0 +1,124 @@
+/*
+ * Support for Wiliboard WBD-111
+ *
@@ -16,6 +16,7 @@
+#include <linux/platform_device.h>
+#include <linux/leds.h>
+#include <linux/input.h>
++#include <linux/skbuff.h>
+#include <linux/gpio_keys.h>
+#include <linux/mdio-gpio.h>
+#include <asm/mach-types.h>