add menuconfig option for selecting initramfs compression
[openwrt.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 {
This page took 0.05614 seconds and 5 git commands to generate.