mISDN: cleanup mISDNhw.h
authorKarsten Keil <keil@b1-systems.de>
Thu, 11 Jun 2009 13:52:10 +0000 (15:52 +0200)
committerKarsten Keil <keil@b1-systems.de>
Thu, 11 Jun 2009 17:05:32 +0000 (19:05 +0200)
Remove unused stuff.

Signed-off-by: Karsten Keil <keil@b1-systems.de>
include/linux/mISDNhw.h

index ce900f4c2458c8a88d829a55bffe2f719a8869a7..7f9831da847f8dca1e4b3e7a4662e9119ff565eb 100644 (file)
@@ -89,11 +89,6 @@ struct dchannel {
        void                    (*phfunc) (struct dchannel *);
        u_int                   state;
        void                    *l1;
-       /* HW access */
-       u_char                  (*read_reg) (void *, u_char);
-       void                    (*write_reg) (void *, u_char, u_char);
-       void                    (*read_fifo) (void *, u_char *, int);
-       void                    (*write_fifo) (void *, u_char *, int);
        void                    *hw;
        int                     slot;   /* multiport card channel slot */
        struct timer_list       timer;
@@ -151,11 +146,6 @@ struct bchannel {
        u_long                  Flags;
        struct work_struct      workq;
        u_int                   state;
-       /* HW access */
-       u_char                  (*read_reg) (void *, u_char);
-       void                    (*write_reg) (void *, u_char, u_char);
-       void                    (*read_fifo) (void *, u_char *, int);
-       void                    (*write_fifo) (void *, u_char *, int);
        void                    *hw;
        int                     slot;   /* multiport card channel slot */
        struct timer_list       timer;