]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
isdn/gigaset: drop duplicate declaration
authorTilman Schmidt <tilman@imap.cc>
Wed, 10 Dec 2014 12:41:55 +0000 (13:41 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 10 Dec 2014 20:06:09 +0000 (15:06 -0500)
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>
drivers/isdn/gigaset/gigaset.h

index eb63a0f7a02a94191ef54c54740c778ece40a2cf..166537e2dfca9cc5838386090eafc4a7718cc4d7 100644 (file)
@@ -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).