summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.28/814-export_ssb_watchdog.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-06-08 14:15:25 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-06-08 14:15:25 +0000
commit03b7eda3c0a1a1b451a3700cf1bf9ea54232e640 (patch)
treed91528e57a4d7ad15f17c443300a6f41b3f4eacf /target/linux/brcm47xx/patches-2.6.28/814-export_ssb_watchdog.patch
parent4f72fef05edad6634b074c0ded5553eef559c3f6 (diff)
downloadmaster-31e0f0ae-03b7eda3c0a1a1b451a3700cf1bf9ea54232e640.tar.gz
master-31e0f0ae-03b7eda3c0a1a1b451a3700cf1bf9ea54232e640.tar.bz2
master-31e0f0ae-03b7eda3c0a1a1b451a3700cf1bf9ea54232e640.zip
add watchdog driver (#5238)
SVN-Revision: 16381
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.28/814-export_ssb_watchdog.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.28/814-export_ssb_watchdog.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.28/814-export_ssb_watchdog.patch b/target/linux/brcm47xx/patches-2.6.28/814-export_ssb_watchdog.patch
new file mode 100644
index 0000000000..64e17966f8
--- /dev/null
+++ b/target/linux/brcm47xx/patches-2.6.28/814-export_ssb_watchdog.patch
@@ -0,0 +1,18 @@
+this patch export ssb_watchdog_timer_set to allow to use it in a Linux
+watchdog driver.
+
+
+Signed-off-by: Matthieu CASTET <castet.matthieu@free.fr>
+Acked-by : Michael Buesch <mb@bu3sch.de>
+Index: linux-2.6/drivers/ssb/embedded.c
+===================================================================
+--- linux-2.6.orig/drivers/ssb/embedded.c 2009-05-22 21:45:50.000000000 +0200
++++ linux-2.6/drivers/ssb/embedded.c 2009-05-22 21:46:07.000000000 +0200
+@@ -29,6 +29,7 @@
+ }
+ return -ENODEV;
+ }
++EXPORT_SYMBOL(ssb_watchdog_timer_set);
+
+ u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask)
+ {