diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-02-07 03:16:34 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-07 11:42:33 -0500 |
commit | 1237a2ef31cf60e01bbecbe198d8c002bbb710db (patch) | |
tree | 1d71f11a023c4ab0262000e90d311223b5ecc28e /drivers/char/sx.h | |
parent | f6de0c9864c10d17f2473940c5f81718a5064bd8 (diff) |
Char: char/serial, remove SERIAL_TYPE_NORMAL redefines
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/sx.h')
-rw-r--r-- | drivers/char/sx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/char/sx.h b/drivers/char/sx.h index 70d9783c7323..87c2defdead7 100644 --- a/drivers/char/sx.h +++ b/drivers/char/sx.h | |||
@@ -88,8 +88,6 @@ struct vpd_prom { | |||
88 | 88 | ||
89 | #define IS_CF_BOARD(board) (board->flags & (SX_CFISA_BOARD | SX_CFPCI_BOARD)) | 89 | #define IS_CF_BOARD(board) (board->flags & (SX_CFISA_BOARD | SX_CFPCI_BOARD)) |
90 | 90 | ||
91 | #define SERIAL_TYPE_NORMAL 1 | ||
92 | |||
93 | /* The SI processor clock is required to calculate the cc_int_count register | 91 | /* The SI processor clock is required to calculate the cc_int_count register |
94 | value for the SI cards. */ | 92 | value for the SI cards. */ |
95 | #define SI_PROCESSOR_CLOCK 25000000 | 93 | #define SI_PROCESSOR_CLOCK 25000000 |