From 0c3e51f31ceb672b391aa4b4086ab5e0edf07fc1 Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 29 Apr 2012 07:36:43 +0000 Subject: adm5120: merge 3.3 patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31511 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../adm5120/patches-3.3/a14-mtd-trxsplit-fixes.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 target/linux/adm5120/patches-3.3/a14-mtd-trxsplit-fixes.patch (limited to 'target/linux/adm5120/patches-3.3/a14-mtd-trxsplit-fixes.patch') diff --git a/target/linux/adm5120/patches-3.3/a14-mtd-trxsplit-fixes.patch b/target/linux/adm5120/patches-3.3/a14-mtd-trxsplit-fixes.patch deleted file mode 100644 index f9ececf61..000000000 --- a/target/linux/adm5120/patches-3.3/a14-mtd-trxsplit-fixes.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/drivers/mtd/trxsplit.c -+++ b/drivers/mtd/trxsplit.c -@@ -144,7 +144,7 @@ static void trxsplit_create_partitions(s - part = &trx_parts[i]; - part->name = "rootfs"; - -- err = add_mtd_partitions(mtd, trx_parts, trx_nr_parts); -+ err = mtd_device_register(mtd, trx_parts, trx_nr_parts); - if (err) { - printk(KERN_ALERT PFX "adding TRX partitions failed\n"); - return; -@@ -159,7 +159,7 @@ static int trxsplit_refresh_partitions(s - mtd->name, MTD_BLOCK_MAJOR, mtd->index); - - /* remove old partitions */ -- del_mtd_partitions(mtd); -+ mtd_device_unregister(mtd); - - trxsplit_findtrx(mtd); - if (!trx_mtd) -- cgit v1.2.3