From: Tilman Schmidt Date: Wed, 10 Dec 2014 12:41:55 +0000 (+0100) Subject: isdn/gigaset: drop duplicate declaration X-Git-Tag: v3.19-rc1~118^2~16^2~4 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ff66fc3ab0a4bd28abbc9e3caee159be1d195676;p=~emulex%2Finfiniband.git isdn/gigaset: drop duplicate declaration Function gigaset_skb_sent was declared twice, identically, in gigaset.h. Signed-off-by: Tilman Schmidt Signed-off-by: David S. Miller --- diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h index eb63a0f7a02..166537e2dfc 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).