summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.3/105-hw_random-add-Broadcom-BCM63xx-RNG-driver.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-06-29 09:07:54 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-06-29 09:07:54 +0000
commit52bae2d2bd88075048ea1c22b0e617e5729c76ed (patch)
tree9061554fc46bc237ace870642c79cfc17c43bf57 /target/linux/brcm63xx/patches-3.3/105-hw_random-add-Broadcom-BCM63xx-RNG-driver.patch
parentad19192d3a794d24e4cf0657af083934c28909de (diff)
downloadmaster-31e0f0ae-52bae2d2bd88075048ea1c22b0e617e5729c76ed.tar.gz
master-31e0f0ae-52bae2d2bd88075048ea1c22b0e617e5729c76ed.tar.bz2
master-31e0f0ae-52bae2d2bd88075048ea1c22b0e617e5729c76ed.zip
fix watchdog and rng drivers section mismatch (#11767)
SVN-Revision: 32522
Diffstat (limited to 'target/linux/brcm63xx/patches-3.3/105-hw_random-add-Broadcom-BCM63xx-RNG-driver.patch')
-rw-r--r--target/linux/brcm63xx/patches-3.3/105-hw_random-add-Broadcom-BCM63xx-RNG-driver.patch2
1 files changed, 1 insertions, 1 deletions
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 <florian@openwrt.org>
+ 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;