Skip to content
Snippets Groups Projects
Commit ff66fc3a authored by Tilman Schmidt's avatar Tilman Schmidt Committed by David S. Miller
Browse files

isdn/gigaset: drop duplicate declaration


Function gigaset_skb_sent was declared twice, identically, in gigaset.h.

Signed-off-by: default avatarTilman Schmidt <tilman@imap.cc>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 340b6e59
Branches
No related tags found
No related merge requests found
...@@ -751,9 +751,6 @@ void gigaset_stop(struct cardstate *cs); ...@@ -751,9 +751,6 @@ void gigaset_stop(struct cardstate *cs);
/* Tell common.c that the driver is being unloaded. */ /* Tell common.c that the driver is being unloaded. */
int gigaset_shutdown(struct cardstate *cs); 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. /* Append event to the queue.
* Returns NULL on failure or a pointer to the event on success. * Returns NULL on failure or a pointer to the event on success.
* ptr must be kmalloc()ed (and not be freed by the caller). * ptr must be kmalloc()ed (and not be freed by the caller).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment