From 139bd7c844499b56f69e5fa446e8f57c47236134 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 15 Jul 2013 15:12:37 +0000 Subject: kernel: refresh 3.10 patches Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37348 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch') 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) -- cgit v1.2.3