summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2009-07-27 17:45:36 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2009-07-27 17:46:35 +1000
commitadf95ba3c412016acc29cd302209fe31ae80334a (patch)
treea1fcadb8b68acdfe663292e78e09764c6c2a2041
parent0fa5595daf0d7009734b917757ef581630335b90 (diff)
net: fix multiple definitions of setup_w6692
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
-rw-r--r--drivers/isdn/hardware/mISDN/w6692.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/isdn/hardware/mISDN/w6692.c b/drivers/isdn/hardware/mISDN/w6692.c
index 1b9008f13d6a..d3f1077b709b 100644
--- a/drivers/isdn/hardware/mISDN/w6692.c
+++ b/drivers/isdn/hardware/mISDN/w6692.c
@@ -1234,7 +1234,7 @@ w6692_dctrl(struct mISDNchannel *ch, u32 cmd, void *arg)
return err;
}
-int
+static int
setup_w6692(struct w6692_hw *card)
{
u32 val;