summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-07-15 15:12:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-07-15 15:12:37 +0000
commit3197479290dbb7d7a081d65d2b64da36698d4408 (patch)
treec1c36b5131b94038112b79e0038f681b81f8e88c /target/linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch
parenta6db996b134ba48805bca692b904ef7805711e8c (diff)
downloadmaster-31e0f0ae-3197479290dbb7d7a081d65d2b64da36698d4408.tar.gz
master-31e0f0ae-3197479290dbb7d7a081d65d2b64da36698d4408.tar.bz2
master-31e0f0ae-3197479290dbb7d7a081d65d2b64da36698d4408.zip
kernel: refresh 3.10 patches
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37348
Diffstat (limited to 'target/linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch')
-rw-r--r--target/linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch b/target/linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch
index 251f522e44..4657b43abe 100644
--- a/target/linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch
+++ b/target/linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch
@@ -6,9 +6,9 @@
*/
+struct mtd_info;
- struct mtd_partition;
struct mtd_partition {
-@@ -52,7 +53,6 @@ struct mtd_partition {
+ char *name; /* identifier string */
+@@ -50,7 +51,6 @@ struct mtd_partition {
#define MTDPART_SIZ_FULL (0)