summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-2.6.32/082-mtd_info_move_forward_decl.patch
blob: 13f0a217d4723d99b3dc33e85f5ed79a945c1542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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).
  */
+struct mtd_info;
 
 struct mtd_partition;
 struct mtd_partition {
@@ -49,7 +50,6 @@ struct mtd_partition {
 #define MTDPART_SIZ_FULL	(0)
 
 
-struct mtd_info;
 
 int add_mtd_partitions(struct mtd_info *, const struct mtd_partition *, int);
 int del_mtd_partitions(struct mtd_info *);
file?h=fast2504n-3.10.17&id=9f1311dac5ff92444c707e327f754f77a3aa7236'>update libubox and ubus to the latest versionnbd 2011-08-11update libubox and ubus to latest, libubox now includes jshnnbd 2011-03-27ubus: update to 2011-03-27 (includes an API simplification for object signatu...nbd 2011-02-28ubus: add a missing dependencynbd 2011-02-26ubus: update to the latest version to fix a compile error with gcc 4.5nbd 2011-02-13set PKG_RELEASE to PKG_SOURCE_VERSION on a few packages using gitnbd 2011-02-11add ubus - the new openwrt message bus / rpc daemonnbd