diff options
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.patch | 16 |
1 files changed, 0 insertions, 16 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 deleted file mode 100644 index 40639947b1..0000000000 --- a/target/linux/brcm47xx/patches-2.6.28/814-export_ssb_watchdog.patch +++ /dev/null @@ -1,16 +0,0 @@ -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> ---- a/drivers/ssb/embedded.c -+++ b/drivers/ssb/embedded.c -@@ -29,6 +29,7 @@ int ssb_watchdog_timer_set(struct ssb_bu - } - return -ENODEV; - } -+EXPORT_SYMBOL(ssb_watchdog_timer_set); - - u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask) - { |