From dae76937031f667c60f77ba377c2d2f88d2943ca Mon Sep 17 00:00:00 2001 From: jogo Date: Fri, 4 Jan 2013 14:47:43 +0000 Subject: bcm63xx: remove 3.3 support 3.6 is tested enough to be considered stable. Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35009 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../106-bcm63xx_watchdog_section_mismatch.patch | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 target/linux/brcm63xx/patches-3.3/106-bcm63xx_watchdog_section_mismatch.patch (limited to 'target/linux/brcm63xx/patches-3.3/106-bcm63xx_watchdog_section_mismatch.patch') diff --git a/target/linux/brcm63xx/patches-3.3/106-bcm63xx_watchdog_section_mismatch.patch b/target/linux/brcm63xx/patches-3.3/106-bcm63xx_watchdog_section_mismatch.patch deleted file mode 100644 index ae4157774..000000000 --- a/target/linux/brcm63xx/patches-3.3/106-bcm63xx_watchdog_section_mismatch.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- a/drivers/watchdog/bcm63xx_wdt.c -+++ b/drivers/watchdog/bcm63xx_wdt.c -@@ -301,7 +301,7 @@ static void bcm63xx_wdt_shutdown(struct - bcm63xx_wdt_pause(); - } - --static struct platform_driver bcm63xx_wdt = { -+static struct platform_driver bcm63xx_wdt_driver = { - .probe = bcm63xx_wdt_probe, - .remove = __devexit_p(bcm63xx_wdt_remove), - .shutdown = bcm63xx_wdt_shutdown, -@@ -311,7 +311,7 @@ static struct platform_driver bcm63xx_wd - } - }; - --module_platform_driver(bcm63xx_wdt); -+module_platform_driver(bcm63xx_wdt_driver); - - MODULE_AUTHOR("Miguel Gaio "); - MODULE_AUTHOR("Florian Fainelli "); -- cgit v1.2.3