netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: matthieu castet <castet.matthieu@free.fr>
To: linux-mips@linux-mips.org, Michael Buesch <mb@bu3sch.de>,
	netdev@vger.kernel.org
Subject: [PATCH] bc47xx : export ssb_watchdog_timer_set
Date: Tue, 19 May 2009 00:10:07 +0200	[thread overview]
Message-ID: <4A11DCBF.9000700@free.fr> (raw)

[-- 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)
 {

             reply	other threads:[~2009-05-18 22:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-18 22:10 matthieu castet [this message]
2009-05-18 22:41 ` [PATCH] bc47xx : export ssb_watchdog_timer_set 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A11DCBF.9000700@free.fr \
    --to=castet.matthieu@free.fr \
    --cc=linux-mips@linux-mips.org \
    --cc=mb@bu3sch.de \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).