From 2397978836e003e55cd5a66d4025efc262467a79 Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Sun, 29 Jun 2014 23:29:57 +0000 Subject: mvebu: drop 3.10 support Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41406 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...xa3xx-Fix-MODULE_DEVICE_TABLE-declaration.patch | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 target/linux/mvebu/patches-3.10/0109-mtd-nand-pxa3xx-Fix-MODULE_DEVICE_TABLE-declaration.patch (limited to 'target/linux/mvebu/patches-3.10/0109-mtd-nand-pxa3xx-Fix-MODULE_DEVICE_TABLE-declaration.patch') diff --git a/target/linux/mvebu/patches-3.10/0109-mtd-nand-pxa3xx-Fix-MODULE_DEVICE_TABLE-declaration.patch b/target/linux/mvebu/patches-3.10/0109-mtd-nand-pxa3xx-Fix-MODULE_DEVICE_TABLE-declaration.patch deleted file mode 100644 index c8f9a04c48..0000000000 --- a/target/linux/mvebu/patches-3.10/0109-mtd-nand-pxa3xx-Fix-MODULE_DEVICE_TABLE-declaration.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 3bda9dc1472596d094f020ab7231466d54b6fe00 Mon Sep 17 00:00:00 2001 -From: Ezequiel Garcia -Date: Tue, 14 May 2013 08:15:23 -0300 -Subject: [PATCH 109/203] mtd: nand: pxa3xx: Fix MODULE_DEVICE_TABLE - declaration - -This module's device table is incorrectly declared using -i2c_pxa_dt_ids, instead of pxa3xx_nand_dt_ids. - -Signed-off-by: Ezequiel Garcia -Tested-by: Nikita Kiryanov -Acked-by: Igor Grinberg -Reviewed-by: Haojian Zhuang -Signed-off-by: Artem Bityutskiy -Signed-off-by: David Woodhouse ---- - drivers/mtd/nand/pxa3xx_nand.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/drivers/mtd/nand/pxa3xx_nand.c -+++ b/drivers/mtd/nand/pxa3xx_nand.c -@@ -1185,7 +1185,7 @@ static struct of_device_id pxa3xx_nand_d - { .compatible = "marvell,pxa3xx-nand" }, - {} - }; --MODULE_DEVICE_TABLE(of, i2c_pxa_dt_ids); -+MODULE_DEVICE_TABLE(of, pxa3xx_nand_dt_ids); - - static int pxa3xx_nand_probe_dt(struct platform_device *pdev) - { -- cgit v1.2.3