From aba7c77e8fe55b2af60bd94f7d5e362ddf2f91b1 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Fri, 29 Jun 2012 09:07:54 +0000 Subject: [PATCH] [brcm63xx] fix watchdog and rng drivers section mismatch (#11767) SVN-Revision: 32522 --- ...ndom-add-Broadcom-BCM63xx-RNG-driver.patch | 2 +- ...06-bcm63xx_watchdog_section_mismatch.patch | 20 +++++++++++++++++++ .../brcm63xx/patches-3.3/800-wl_exports.patch | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 target/linux/brcm63xx/patches-3.3/106-bcm63xx_watchdog_section_mismatch.patch diff --git a/target/linux/brcm63xx/patches-3.3/105-hw_random-add-Broadcom-BCM63xx-RNG-driver.patch b/target/linux/brcm63xx/patches-3.3/105-hw_random-add-Broadcom-BCM63xx-RNG-driver.patch index a6a2bc0cd5..8e14bd7dcc 100644 --- a/target/linux/brcm63xx/patches-3.3/105-hw_random-add-Broadcom-BCM63xx-RNG-driver.patch +++ b/target/linux/brcm63xx/patches-3.3/105-hw_random-add-Broadcom-BCM63xx-RNG-driver.patch @@ -110,7 +110,7 @@ Signed-off-by: Florian Fainelli + return 4; +} + -+static int __init bcm63xx_trng_probe(struct platform_device *pdev) ++static int __devinit bcm63xx_trng_probe(struct platform_device *pdev) +{ + struct resource *r; + struct clk *clk; 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 new file mode 100644 index 0000000000..ae4157774a --- /dev/null +++ b/target/linux/brcm63xx/patches-3.3/106-bcm63xx_watchdog_section_mismatch.patch @@ -0,0 +1,20 @@ +--- 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 "); diff --git a/target/linux/brcm63xx/patches-3.3/800-wl_exports.patch b/target/linux/brcm63xx/patches-3.3/800-wl_exports.patch index fd242f6a4f..0fff4d0b1b 100644 --- a/target/linux/brcm63xx/patches-3.3/800-wl_exports.patch +++ b/target/linux/brcm63xx/patches-3.3/800-wl_exports.patch @@ -24,7 +24,7 @@ if (nvram.version <= 4) --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c -@@ -57,6 +57,7 @@ void (*_dma_cache_wback)(unsigned long s +@@ -58,6 +58,7 @@ void (*_dma_cache_wback)(unsigned long s void (*_dma_cache_inv)(unsigned long start, unsigned long size); EXPORT_SYMBOL(_dma_cache_wback_inv); -- 2.30.2