aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mISDNhw.h
diff options
context:
space:
mode:
authorKarsten Keil <keil@b1-systems.de>2009-06-11 15:52:10 +0200
committerKarsten Keil <keil@b1-systems.de>2009-06-11 19:05:32 +0200
commit670025478c2a687453cd1bac697d7d765843f59d (patch)
treeda13a6cd54216ed9ec16e7dde6ec3d3348646334 /include/linux/mISDNhw.h
parent8164491dd628ffcac5d61267f747997689ee256c (diff)
mISDN: cleanup mISDNhw.h
Remove unused stuff. Signed-off-by: Karsten Keil <keil@b1-systems.de>
Diffstat (limited to 'include/linux/mISDNhw.h')
-rw-r--r--include/linux/mISDNhw.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/linux/mISDNhw.h b/include/linux/mISDNhw.h
index ce900f4c245..7f9831da847 100644
--- a/include/linux/mISDNhw.h
+++ b/include/linux/mISDNhw.h
@@ -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;