mirror of https://github.com/hak5/openwrt.git
19 lines
584 B
Diff
19 lines
584 B
Diff
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)
|
|
{
|