Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

SSB: BCM47xx: Export ssb_watchdog_timer_set

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>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

Matthieu Castet and committed by
Ralf Baechle
e36b80b6 ccc0d38e

+1
+1
drivers/ssb/embedded.c
··· 29 29 } 30 30 return -ENODEV; 31 31 } 32 + EXPORT_SYMBOL(ssb_watchdog_timer_set); 32 33 33 34 u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask) 34 35 {