diff options
Diffstat (limited to 'drivers/isdn/gigaset/gigaset.h')
-rw-r--r-- | drivers/isdn/gigaset/gigaset.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h index 1875ab80b335..05947f9c1849 100644 --- a/drivers/isdn/gigaset/gigaset.h +++ b/drivers/isdn/gigaset/gigaset.h | |||
@@ -20,10 +20,12 @@ | |||
20 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 20 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
21 | 21 | ||
22 | #include <linux/kernel.h> | 22 | #include <linux/kernel.h> |
23 | #include <linux/sched.h> | ||
23 | #include <linux/compiler.h> | 24 | #include <linux/compiler.h> |
24 | #include <linux/types.h> | 25 | #include <linux/types.h> |
26 | #include <linux/ctype.h> | ||
27 | #include <linux/slab.h> | ||
25 | #include <linux/spinlock.h> | 28 | #include <linux/spinlock.h> |
26 | #include <linux/usb.h> | ||
27 | #include <linux/skbuff.h> | 29 | #include <linux/skbuff.h> |
28 | #include <linux/netdevice.h> | 30 | #include <linux/netdevice.h> |
29 | #include <linux/ppp_defs.h> | 31 | #include <linux/ppp_defs.h> |
@@ -675,8 +677,10 @@ int gigaset_isowbuf_getbytes(struct isowbuf_t *iwb, int size); | |||
675 | */ | 677 | */ |
676 | 678 | ||
677 | /* Called from common.c for setting up/shutting down with the ISDN subsystem */ | 679 | /* Called from common.c for setting up/shutting down with the ISDN subsystem */ |
678 | int gigaset_isdn_register(struct cardstate *cs, const char *isdnid); | 680 | void gigaset_isdn_regdrv(void); |
679 | void gigaset_isdn_unregister(struct cardstate *cs); | 681 | void gigaset_isdn_unregdrv(void); |
682 | int gigaset_isdn_regdev(struct cardstate *cs, const char *isdnid); | ||
683 | void gigaset_isdn_unregdev(struct cardstate *cs); | ||
680 | 684 | ||
681 | /* Called from hardware module to indicate completion of an skb */ | 685 | /* Called from hardware module to indicate completion of an skb */ |
682 | void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *skb); | 686 | void gigaset_skb_sent(struct bc_state *bcs, struct sk_buff *skb); |