projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[gemini] add missing includes
[openwrt.git]
/
target
/
linux
/
gemini
/
patches
/
003-wbd111-static-flash-map.patch
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
9a2b2bd
..
a226eb7
100644
(file)
--- 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
--- a/arch/arm/mach-gemini/board-wbd111.c
+++ b/arch/arm/mach-gemini/board-wbd111.c
-@@ -1
5,6 +15,7
@@
- #include <linux/
input
.h>
+@@ -1
6,6 +16,8
@@
+ #include <linux/
skbuff
.h>
#include <linux/gpio_keys.h>
#include <linux/mdio-gpio.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>
+#include <linux/mtd/partitions.h>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/time.h>
-@@ -10
1,11 +102
,50 @@ static struct sys_timer wbd111_timer = {
+@@ -10
2,11 +104
,50 @@ static struct sys_timer wbd111_timer = {
.init = gemini_timer_init,
};
.init = gemini_timer_init,
};
This page took
0.020276 seconds
and
4
git commands to generate.