Skip to content

Commit ff66fc3

Browse files
tilmanschmidtdavem330
authored andcommitted
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>
1 parent 340b6e5 commit ff66fc3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/isdn/gigaset/gigaset.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -751,9 +751,6 @@ void gigaset_stop(struct cardstate *cs);
751751
/* Tell common.c that the driver is being unloaded. */
752752
int gigaset_shutdown(struct cardstate *cs);
753753

754-
/* Tell common.c that an skb has been sent. */
755-
void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *skb);
756-
757754
/* Append event to the queue.
758755
* Returns NULL on failure or a pointer to the event on success.
759756
* ptr must be kmalloc()ed (and not be freed by the caller).

0 commit comments

Comments
 (0)