netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] bc47xx : export ssb_watchdog_timer_set
@ 2009-05-18 22:10 matthieu castet
  2009-05-18 22:41 ` John W. Linville
  2009-05-19 13:22 ` Michael Buesch
  0 siblings, 2 replies; 12+ messages in thread
From: matthieu castet @ 2009-05-18 22:10 UTC (permalink / raw)
  To: linux-mips, Michael Buesch, netdev

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

Hi,

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>


[-- Attachment #2: export_ssb_watchdog.patch --]
[-- Type: text/x-diff, Size: 344 bytes --]

diff --git a/drivers/ssb/embedded.c b/drivers/ssb/embedded.c
index 7dc3a6b..a0e0d24 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)
 {

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2009-05-21 10:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-18 22:10 [PATCH] bc47xx : export ssb_watchdog_timer_set matthieu castet
2009-05-18 22:41 ` John W. Linville
2009-05-19 13:24   ` Michael Buesch
2009-05-19 17:09     ` Ralf Baechle
2009-05-19 17:29       ` Michael Buesch
2009-05-19 17:35         ` John W. Linville
2009-05-20  7:15           ` Ralf Baechle
2009-05-20 12:57             ` John W. Linville
2009-05-20 13:49             ` Michael Buesch
2009-05-21 10:45               ` matthieu castet
2009-05-19 13:22 ` Michael Buesch
2009-05-21 10:39   ` matthieu castet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).