[brcm47xx] refresh patches
[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 --- a/drivers/ssb/embedded.c
8 +++ b/drivers/ssb/embedded.c
9 @@ -29,6 +29,7 @@ int ssb_watchdog_timer_set(struct ssb_bu
10         }
11         return -ENODEV;
12  }
13 +EXPORT_SYMBOL(ssb_watchdog_timer_set);
14  
15  u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask)
16  {