diff options
author | Akinobu Mita <akinobu.mita@gmail.com> | 2006-12-08 05:36:30 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-08 11:28:40 -0500 |
commit | 17b3cff079721bbc45e9d6de2fa3edb73561e27d (patch) | |
tree | 7ff70c34ec39a1d6204b8d13cbfa11a4a355f816 /drivers/isdn/gigaset/gigaset.h | |
parent | 0a8588578508a6c58a30ad1a7e23b285cfab49f3 (diff) |
[PATCH] isdn/gigaset: use bitrev8
Use bitrev8 for gigaset isdn driver.
Acked-by: Karsten Keil <kkeil@suse.de>
Cc: Kai Germaschewski <kai.germaschewski@gmx.de>
Acked-by: Hansjoerg Lipp <hjlipp@web.de>
Acked-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/isdn/gigaset/gigaset.h')
-rw-r--r-- | drivers/isdn/gigaset/gigaset.h | 4 |
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 */ | ||
881 | extern __u8 gigaset_invtab[]; /* in common.c */ | ||
882 | |||
883 | /* append received bytes to inbuf */ | 879 | /* append received bytes to inbuf */ |
884 | int gigaset_fill_inbuf(struct inbuf_t *inbuf, const unsigned char *src, | 880 | int gigaset_fill_inbuf(struct inbuf_t *inbuf, const unsigned char *src, |
885 | unsigned numbytes); | 881 | unsigned numbytes); |