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/ip2 | |
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/ip2')
-rw-r--r-- | drivers/char/ip2/ip2main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/ip2/ip2main.c b/drivers/char/ip2/ip2main.c index 0f49ccf02a7f..b1d6cad84282 100644 --- a/drivers/char/ip2/ip2main.c +++ b/drivers/char/ip2/ip2main.c | |||
@@ -153,9 +153,6 @@ static char *pcVersion = "1.2.14"; | |||
153 | static char *pcDriver_name = "ip2"; | 153 | static char *pcDriver_name = "ip2"; |
154 | static char *pcIpl = "ip2ipl"; | 154 | static char *pcIpl = "ip2ipl"; |
155 | 155 | ||
156 | /* Serial subtype definitions */ | ||
157 | #define SERIAL_TYPE_NORMAL 1 | ||
158 | |||
159 | // cheezy kludge or genius - you decide? | 156 | // cheezy kludge or genius - you decide? |
160 | int ip2_loadmain(int *, int *, unsigned char *, int); | 157 | int ip2_loadmain(int *, int *, unsigned char *, int); |
161 | static unsigned char *Fip_firmware; | 158 | static unsigned char *Fip_firmware; |