summaryrefslogtreecommitdiff
path: root/target/linux/gemini/patches/002-wbd111_support.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-05-15 20:28:19 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-05-15 20:28:19 +0000
commit938a8c4217ac2a3864192180b906bc5fe82b357f (patch)
treecad0b22d477078ef30d64bb5ad61cedcb94a235c /target/linux/gemini/patches/002-wbd111_support.patch
parent87352192cf77e77c5a118337877cfe63b717994b (diff)
downloadmtk-20170518-938a8c4217ac2a3864192180b906bc5fe82b357f.zip
mtk-20170518-938a8c4217ac2a3864192180b906bc5fe82b357f.tar.gz
mtk-20170518-938a8c4217ac2a3864192180b906bc5fe82b357f.tar.bz2
add missing includes
SVN-Revision: 15876
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 3552ad0..51b2db5 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>