| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH] bc47xx : export ssb_watchdog_timer_set |
| From: | matthieu castet <castet.matthieu@free.fr> |
| Date: | Fri, 22 May 2009 22:25:04 +0200 |
| Cc: | linux-mips@linux-mips.org, Michael Buesch <mb@bu3sch.de> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.19) Gecko/20081204 Iceape/1.1.14 (Debian-1.1.14-1) |
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>
Index: linux-2.6/drivers/ssb/embedded.c
===================================================================
--- linux-2.6.orig/drivers/ssb/embedded.c 2009-05-22 21:45:50.000000000
+0200
+++ linux-2.6/drivers/ssb/embedded.c 2009-05-22 21:46:07.000000000 +0200
@@ -29,6 +29,7 @@
}
return -ENODEV;
}
+EXPORT_SYMBOL(ssb_watchdog_timer_set);
u32 ssb_gpio_in(struct ssb_bus *bus, u32 mask)
{
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 1/4] Alchemy: rewrite GPIO support., Manuel Lauss |
|---|---|
| Next by Date: | [PATCH 1/4] Alchemy: extended DB1200 board support., Manuel Lauss |
| Previous by Thread: | Re: [PATCH] bc47xx : export ssb_watchdog_timer_set, matthieu castet |
| Next by Thread: | Re: [PATCH] bc47xx : export ssb_watchdog_timer_set, Ralf Baechle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |