diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-08-02 00:45:58 -0500 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2002-08-02 00:45:58 -0500 |
| commit | 93796c1f36d3d88f6ddb2cf34c19d5cb1e7e4fa7 (patch) | |
| tree | 322d3d5b26675c80dcd21526396c4bccc3e8a809 /include/linux/isdnif.h | |
| parent | cd5869cbf146d9d1847a76c03dcae3d0f3ae6848 (diff) | |
ISDN: More I4L linklayer cleanup
Add a helper function to prepare for and start dialing, removing duplicated
code from isdn_tty.c/isdn_net.c.
Move some parts of the big switch statement in isdn_net.c into their own
functions.
Diffstat (limited to 'include/linux/isdnif.h')
| -rw-r--r-- | include/linux/isdnif.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/isdnif.h b/include/linux/isdnif.h index 672e8b15cbf6..cb025c8e4759 100644 --- a/include/linux/isdnif.h +++ b/include/linux/isdnif.h @@ -418,9 +418,7 @@ typedef struct { char display[85];/* display message data */ isdn_cmd_stat isdn_io; /* ISDN IO-parameter/result */ aux_s aux; /* for modem commands/indications */ -#ifdef CONFIG_ISDN_TTY_FAX T30_s *fax; /* Pointer to ttys fax struct */ -#endif ulong userdata; /* User Data */ } parm; } isdn_ctrl; |
