diff options
author | Tilman Schmidt <tilman@imap.cc> | 2010-07-05 14:19:09 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-07-07 16:57:54 -0700 |
commit | 0cae6efdd7633624d8ecdec97a1d9e5a2a73352f (patch) | |
tree | 139ac68f40fd8a3e2901fa4734741e5395f67df8 /drivers/isdn/gigaset/gigaset.h | |
parent | 18c2259c14d8595e64a802940422335d172a53db (diff) | |
download | talos-obmc-linux-0cae6efdd7633624d8ecdec97a1d9e5a2a73352f.tar.gz talos-obmc-linux-0cae6efdd7633624d8ecdec97a1d9e5a2a73352f.zip |
isdn/gigaset: remove obsolete compile time options
Remove compile time options in the Gigaset ISDN driver that aren't
going to be changed anymore, and an obsolete FIXME comment.
Impact: cleanup
Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/gigaset/gigaset.h')
-rw-r--r-- | drivers/isdn/gigaset/gigaset.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/isdn/gigaset/gigaset.h b/drivers/isdn/gigaset/gigaset.h index ba9547ba34b5..a69512fb1195 100644 --- a/drivers/isdn/gigaset/gigaset.h +++ b/drivers/isdn/gigaset/gigaset.h @@ -46,13 +46,6 @@ #define RBUFSIZE 8192 -/* compile time options */ -#define GIG_MAJOR 0 - -#define GIG_MAYINITONDIAL -#define GIG_RETRYCID -#define GIG_X75 - #define GIG_TICK 100 /* in milliseconds */ /* timeout values (unit: 1 sec) */ |