diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-05-15 20:28:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-05-15 20:28:19 +0000 |
commit | bf976b7c4a3b804ebcb8d98d5ac0b1fd0ea15fe6 (patch) | |
tree | eef6998d1467c9751463ae3cfb952ccf0598c535 /target/linux/gemini/patches/003-wbd111-static-flash-map.patch | |
parent | 484b8a64933a9c34564fb772ad62e84c4dc231ff (diff) | |
download | upstream-bf976b7c4a3b804ebcb8d98d5ac0b1fd0ea15fe6.tar.gz upstream-bf976b7c4a3b804ebcb8d98d5ac0b1fd0ea15fe6.tar.bz2 upstream-bf976b7c4a3b804ebcb8d98d5ac0b1fd0ea15fe6.zip |
[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/003-wbd111-static-flash-map.patch')
-rw-r--r-- | target/linux/gemini/patches/003-wbd111-static-flash-map.patch | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/gemini/patches/003-wbd111-static-flash-map.patch b/target/linux/gemini/patches/003-wbd111-static-flash-map.patch index 9a2b2bd299..a226eb77f6 100644 --- a/target/linux/gemini/patches/003-wbd111-static-flash-map.patch +++ b/target/linux/gemini/patches/003-wbd111-static-flash-map.patch @@ -1,14 +1,15 @@ --- a/arch/arm/mach-gemini/board-wbd111.c +++ b/arch/arm/mach-gemini/board-wbd111.c -@@ -15,6 +15,7 @@ - #include <linux/input.h> +@@ -16,6 +16,8 @@ + #include <linux/skbuff.h> #include <linux/gpio_keys.h> #include <linux/mdio-gpio.h> ++#include <linux/mtd/mtd.h> +#include <linux/mtd/partitions.h> #include <asm/mach-types.h> #include <asm/mach/arch.h> #include <asm/mach/time.h> -@@ -101,11 +102,50 @@ static struct sys_timer wbd111_timer = { +@@ -102,11 +104,50 @@ static struct sys_timer wbd111_timer = { .init = gemini_timer_init, }; |