From 4f72aeefd8ced794afc203af3fca1be5a6802f71 Mon Sep 17 00:00:00 2001 From: jogo Date: Tue, 17 Apr 2012 12:51:02 +0000 Subject: kernel: update linux 3.3 to 3.3.2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31336 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...MTD-MIPS-lantiq-use-module_platform_driver-inside-la.patch | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'target/linux/lantiq/patches-3.3/0041-MTD-MIPS-lantiq-use-module_platform_driver-inside-la.patch') diff --git a/target/linux/lantiq/patches-3.3/0041-MTD-MIPS-lantiq-use-module_platform_driver-inside-la.patch b/target/linux/lantiq/patches-3.3/0041-MTD-MIPS-lantiq-use-module_platform_driver-inside-la.patch index 28a20f423..32d604f80 100644 --- a/target/linux/lantiq/patches-3.3/0041-MTD-MIPS-lantiq-use-module_platform_driver-inside-la.patch +++ b/target/linux/lantiq/patches-3.3/0041-MTD-MIPS-lantiq-use-module_platform_driver-inside-la.patch @@ -12,11 +12,9 @@ Cc: linux-mtd@lists.infradead.org drivers/mtd/maps/lantiq-flash.c | 22 +++------------------- 1 files changed, 3 insertions(+), 19 deletions(-) -diff --git a/drivers/mtd/maps/lantiq-flash.c b/drivers/mtd/maps/lantiq-flash.c -index cf7a3cd..ccc6954 100644 --- a/drivers/mtd/maps/lantiq-flash.c +++ b/drivers/mtd/maps/lantiq-flash.c -@@ -108,7 +108,7 @@ ltq_copy_to(struct map_info *map, unsigned long to, +@@ -108,7 +108,7 @@ ltq_copy_to(struct map_info *map, unsign spin_unlock_irqrestore(&ebu_lock, flags); } @@ -25,7 +23,7 @@ index cf7a3cd..ccc6954 100644 ltq_mtd_probe(struct platform_device *pdev) { struct physmap_flash_data *ltq_mtd_data = dev_get_platdata(&pdev->dev); -@@ -204,6 +204,7 @@ ltq_mtd_remove(struct platform_device *pdev) +@@ -204,6 +204,7 @@ ltq_mtd_remove(struct platform_device *p } static struct platform_driver ltq_mtd_driver = { @@ -33,7 +31,7 @@ index cf7a3cd..ccc6954 100644 .remove = __devexit_p(ltq_mtd_remove), .driver = { .name = "ltq_nor", -@@ -211,24 +212,7 @@ static struct platform_driver ltq_mtd_driver = { +@@ -211,24 +212,7 @@ static struct platform_driver ltq_mtd_dr }, }; @@ -59,6 +57,3 @@ index cf7a3cd..ccc6954 100644 MODULE_LICENSE("GPL"); MODULE_AUTHOR("John Crispin "); --- -1.7.9.1 - -- cgit v1.2.3