summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/patches-3.3/106-bcm63xx_watchdog_section_mismatch.patch
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2013-01-04 14:47:43 +0000
committerJonas Gorski <jogo@openwrt.org>2013-01-04 14:47:43 +0000
commit10fc07daacfee223f869397d356d1481e4094e12 (patch)
tree6a82d3ed0768bbed69af8bdce78fa4434bb3cf72 /target/linux/brcm63xx/patches-3.3/106-bcm63xx_watchdog_section_mismatch.patch
parent3b7882e7752f154ce6407c892e7b92015c5c3481 (diff)
downloadmtk-20170518-10fc07daacfee223f869397d356d1481e4094e12.zip
mtk-20170518-10fc07daacfee223f869397d356d1481e4094e12.tar.gz
mtk-20170518-10fc07daacfee223f869397d356d1481e4094e12.tar.bz2
bcm63xx: remove 3.3 support
3.6 is tested enough to be considered stable. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 35009
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/106-bcm63xx_watchdog_section_mismatch.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.3/106-bcm63xx_watchdog_section_mismatch.patch20
1 files changed, 0 insertions, 20 deletions
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 ae41577..0000000
--- 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 <miguel.gaio@efixo.com>");
- MODULE_AUTHOR("Florian Fainelli <florian@openwrt.org>");