aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.31/082-mtd_info_move_forward_decl.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-11-07 12:45:41 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-11-07 12:45:41 +0000
commit13938775756000aaab8526dbc960590ff97f7b2d (patch)
tree2b6911de75638f5fb77529315c4dc339f3eb50b0 /target/linux/generic-2.6/patches-2.6.31/082-mtd_info_move_forward_decl.patch
parent6b0002d8ffbccc6066d945d500cd31f0a426aac6 (diff)
downloadmaster-187ad058-13938775756000aaab8526dbc960590ff97f7b2d.tar.gz
master-187ad058-13938775756000aaab8526dbc960590ff97f7b2d.tar.bz2
master-187ad058-13938775756000aaab8526dbc960590ff97f7b2d.zip
[kernel] refresh 2.6.31 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18334 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.31/082-mtd_info_move_forward_decl.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.31/082-mtd_info_move_forward_decl.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.31/082-mtd_info_move_forward_decl.patch b/target/linux/generic-2.6/patches-2.6.31/082-mtd_info_move_forward_decl.patch
index fc69082ec5..13f0a217d4 100644
--- a/target/linux/generic-2.6/patches-2.6.31/082-mtd_info_move_forward_decl.patch
+++ b/target/linux/generic-2.6/patches-2.6.31/082-mtd_info_move_forward_decl.patch
@@ -1,5 +1,5 @@
---- a/include/linux/mtd/partitions.h 2009-10-29 11:24:29.000000000 +0100
-+++ b/include/linux/mtd/partitions.h 2009-10-29 11:26:35.000000000 +0100
+--- a/include/linux/mtd/partitions.h
++++ b/include/linux/mtd/partitions.h
@@ -33,6 +33,7 @@
* Note: writeable partitions require their size and offset be
* erasesize aligned (e.g. use MTDPART_OFS_NEXTBLK).
@@ -8,7 +8,7 @@
struct mtd_partition;
struct mtd_partition {
-@@ -49,7 +50,6 @@
+@@ -49,7 +50,6 @@ struct mtd_partition {
#define MTDPART_SIZ_FULL (0)