* [PATCH] Remove SERIAL_IO_GSC
@ 2002-06-04 14:24 Matthew Wilcox
0 siblings, 0 replies; only message in thread
From: Matthew Wilcox @ 2002-06-04 14:24 UTC (permalink / raw)
To: Theodore Ts'o; +Cc: Marcelo Tosatti, linux-kernel
We never needed this, and it should be removed -- I recently saw someone
copy it blindly into another file.
diff -urNX build-tools/dontdiff linux-upstream/drivers/char/serial.c linux-pa/drivers/char/serial.c
--- linux-upstream/drivers/char/serial.c Tue Jun 4 07:58:09 2002
+++ linux-pa/drivers/char/serial.c Mon Feb 25 17:44:54 2002
@@ -418,10 +426,6 @@
case SERIAL_IO_MEM:
return readb((unsigned long) info->iomem_base +
(offset<<info->iomem_reg_shift));
-#ifdef CONFIG_SERIAL_GSC
- case SERIAL_IO_GSC:
- return gsc_readb(info->iomem_base + offset);
-#endif
default:
return inb(info->port + offset);
}
@@ -441,11 +445,6 @@
writeb(value, (unsigned long) info->iomem_base +
(offset<<info->iomem_reg_shift));
break;
-#ifdef CONFIG_SERIAL_GSC
- case SERIAL_IO_GSC:
- gsc_writeb(value, info->iomem_base + offset);
- break;
-#endif
default:
outb(value, info->port+offset);
}
diff -urNX build-tools/dontdiff linux-upstream/include/linux/serial.h linux-pa/include/linux/serial.h
--- linux-upstream/include/linux/serial.h Tue Jun 4 07:59:51 2002
+++ linux-pa/include/linux/serial.h Thu Nov 29 08:50:01 2001
@@ -80,7 +80,6 @@
#define SERIAL_IO_PORT 0
#define SERIAL_IO_HUB6 1
#define SERIAL_IO_MEM 2
-#define SERIAL_IO_GSC 3
struct serial_uart_config {
char *name;
--
Revolutions do not require corporate support.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-06-04 14:24 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-04 14:24 [PATCH] Remove SERIAL_IO_GSC Matthew Wilcox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®