summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMatthieu Castet <castet.matthieu@free.fr>2009-05-22 22:25:04 +0200
committerRalf Baechle <ralf@linux-mips.org>2009-06-08 16:57:50 +0100
commite36b80b658d471be5a8a40f00e2c7614524b86a2 (patch)
tree4184c1bf2e79282ac44060baa95b8e2871321cfb /drivers
parentccc0d38ec13d4649d4168c1db590137df53ad783 (diff)
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ssb/embedded.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ssb/embedded.c b/drivers/ssb/embedded.c
index 7dc3a6b4139..a0e0d246b59 100644
--- a/drivers/ssb/embedded.c
+++ b/drivers/ssb/embedded.c
@@ -29,6 +29,7 @@ int ssb_watchdog_timer_set(struct ssb_bus *bus, u32 ticks)
}
return -ENODEV;
}
+EXPORT_SYMBOL(ssb_watchdog_timer_set);
u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask)
{