X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-3.10%2F410-mtd_info_move_forward_decl.patch;h=4657b43abe667f75ce1bfec0ef74165a981c0c11;hb=4570f03865c8d5d64adadd18d5537556e428fa1f;hp=251f522e445f6ea05b40c72f3cf5b67821f51971;hpb=f6ad0fc9373a736f9640d698e557c86dc6074edd;p=openwrt.git 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)