aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/gigaset/gigaset.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/isdn/gigaset/gigaset.h')
-rw-r--r--drivers/isdn/gigaset/gigaset.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h
index 06298cc52bf5..a0317abaeb11 100644
--- a/drivers/isdn/gigaset/gigaset.h
+++ b/drivers/isdn/gigaset/gigaset.h
@@ -876,10 +876,6 @@ static inline void gigaset_rcv_error(struct sk_buff *procskb,
876 } 876 }
877} 877}
878 878
879
880/* bitwise byte inversion table */
881extern __u8 gigaset_invtab[]; /* in common.c */
882
883/* append received bytes to inbuf */ 879/* append received bytes to inbuf */
884int gigaset_fill_inbuf(struct inbuf_t *inbuf, const unsigned char *src, 880int gigaset_fill_inbuf(struct inbuf_t *inbuf, const unsigned char *src,
885 unsigned numbytes); 881 unsigned numbytes);