diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2012-02-11 17:43:06 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2012-02-11 17:43:06 +0000 |
commit | 440a7fbc3bfd2489fd9e5eb7329557c86e34ae6d (patch) | |
tree | df7e17e68fff708103147cfa04f3fbf244ec539c /target/linux/generic/patches-3.3/400-rootfs_split.patch | |
parent | 4e1b870f3e6e9b8caca2be7ff45e3677f4054f2f (diff) | |
download | upstream-440a7fbc3bfd2489fd9e5eb7329557c86e34ae6d.tar.gz upstream-440a7fbc3bfd2489fd9e5eb7329557c86e34ae6d.tar.bz2 upstream-440a7fbc3bfd2489fd9e5eb7329557c86e34ae6d.zip |
refresh patches to -rc3
SVN-Revision: 30456
Diffstat (limited to 'target/linux/generic/patches-3.3/400-rootfs_split.patch')
-rw-r--r-- | target/linux/generic/patches-3.3/400-rootfs_split.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.3/400-rootfs_split.patch b/target/linux/generic/patches-3.3/400-rootfs_split.patch index debe930452..349185a30d 100644 --- a/target/linux/generic/patches-3.3/400-rootfs_split.patch +++ b/target/linux/generic/patches-3.3/400-rootfs_split.patch @@ -290,7 +290,7 @@ /* * If the driver is something smart, like UBI, it may need to maintain * its own reference counting. The below functions are only for driver. -@@ -504,6 +508,7 @@ extern int mtd_device_parse_register(str +@@ -502,6 +506,7 @@ extern int mtd_device_parse_register(str int defnr_parts); #define mtd_device_register(master, parts, nr_parts) \ mtd_device_parse_register(master, NULL, NULL, parts, nr_parts) |