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 | c2634162e3b3c09958ff994ab7feefdf4c61b1f4 (patch) | |
tree | 41e88479e463ff6c8506112da15947f6f8e9b9fc /target/linux/generic/patches-3.3/400-rootfs_split.patch | |
parent | 59a817f8aa1f3fd2cb68c2501130e505d74e4a2a (diff) | |
download | upstream-c2634162e3b3c09958ff994ab7feefdf4c61b1f4.tar.gz upstream-c2634162e3b3c09958ff994ab7feefdf4c61b1f4.tar.bz2 upstream-c2634162e3b3c09958ff994ab7feefdf4c61b1f4.zip |
[generic/3.3]: refresh patches to -rc3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30456 3c298f89-4303-0410-b956-a3cf2f4a3e73
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) |