提交 67002547 编写于 作者: K Karsten Keil

mISDN: cleanup mISDNhw.h

Remove unused stuff.
Signed-off-by: NKarsten Keil <keil@b1-systems.de>
上级 8164491d
...@@ -89,11 +89,6 @@ struct dchannel { ...@@ -89,11 +89,6 @@ struct dchannel {
void (*phfunc) (struct dchannel *); void (*phfunc) (struct dchannel *);
u_int state; u_int state;
void *l1; 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; void *hw;
int slot; /* multiport card channel slot */ int slot; /* multiport card channel slot */
struct timer_list timer; struct timer_list timer;
...@@ -151,11 +146,6 @@ struct bchannel { ...@@ -151,11 +146,6 @@ struct bchannel {
u_long Flags; u_long Flags;
struct work_struct workq; struct work_struct workq;
u_int state; 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; void *hw;
int slot; /* multiport card channel slot */ int slot; /* multiport card channel slot */
struct timer_list timer; struct timer_list timer;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册