64e17966f8c93b1de471fdb2e64d930a3ad4d010
[openwrt-10.03/.git] / target / linux / brcm47xx / patches-2.6.28 / 814-export_ssb_watchdog.patch
1 this patch export ssb_watchdog_timer_set to allow to use it in a Linux 
2 watchdog driver.
3
4
5 Signed-off-by: Matthieu CASTET <castet.matthieu@free.fr>
6 Acked-by : Michael Buesch <mb@bu3sch.de>
7 Index: linux-2.6/drivers/ssb/embedded.c
8 ===================================================================
9 --- linux-2.6.orig/drivers/ssb/embedded.c       2009-05-22 21:45:50.000000000 +0200
10 +++ linux-2.6/drivers/ssb/embedded.c    2009-05-22 21:46:07.000000000 +0200
11 @@ -29,6 +29,7 @@
12         }
13         return -ENODEV;
14  }
15 +EXPORT_SYMBOL(ssb_watchdog_timer_set);
16  
17  u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask)
18  {