aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn
diff options
context:
space:
mode:
authorTilman Schmidt <tilman@imap.cc>2014-12-10 13:41:55 +0100
committerDavid S. Miller <davem@davemloft.net>2014-12-10 15:06:09 -0500
commitff66fc3ab0a4bd28abbc9e3caee159be1d195676 (patch)
treebf8e5eb6ba2d748cc8f9a483d610f5f2390dbb37 /drivers/isdn
parenttipc: fix broadcast wakeup contention after congestion (diff)
downloadlinux-dev-ff66fc3ab0a4bd28abbc9e3caee159be1d195676.tar.xz
linux-dev-ff66fc3ab0a4bd28abbc9e3caee159be1d195676.zip
isdn/gigaset: drop duplicate declaration
Function gigaset_skb_sent was declared twice, identically, in gigaset.h. Signed-off-by: Tilman Schmidt <tilman@imap.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn')
-rw-r--r--drivers/isdn/gigaset/gigaset.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h
index eb63a0f7a02a..166537e2dfca 100644
--- a/drivers/isdn/gigaset/gigaset.h
+++ b/drivers/isdn/gigaset/gigaset.h
@@ -751,9 +751,6 @@ void gigaset_stop(struct cardstate *cs);
/* Tell common.c that the driver is being unloaded. */
int gigaset_shutdown(struct cardstate *cs);
-/* Tell common.c that an skb has been sent. */
-void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *skb);
-
/* Append event to the queue.
* Returns NULL on failure or a pointer to the event on success.
* ptr must be kmalloc()ed (and not be freed by the caller).