summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2002-10-09 03:10:59 +0100
committerRussell King <rmk@flint.arm.linux.org.uk>2002-10-09 03:10:59 +0100
commit52a22f8032c1835e71f7f19ef66b32393e1a0997 (patch)
tree1bbd8fe46363a885f10c80059ee82eec6dcfcb48 /include/linux
parent9700fe235c071b13c67c3abaea46e75fa6319154 (diff)
[SERIAL] Remove old pci_board cruft from serialP.h
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/serialP.h26
1 files changed, 4 insertions, 22 deletions
diff --git a/include/linux/serialP.h b/include/linux/serialP.h
index 6fcb341a8776..73541f600528 100644
--- a/include/linux/serialP.h
+++ b/include/linux/serialP.h
@@ -131,6 +131,9 @@ struct rs_multiport_struct {
* Digital did something really horribly wrong with the OUT1 and OUT2
* lines on at least some ALPHA's. The failure mode is that if either
* is cleared, the machine locks up with endless interrupts.
+ *
+ * This is still used by arch/mips/au1000/common/serial.c for some weird
+ * reason (mips != alpha!)
*/
#define ALPHA_KLUDGE_MCR (UART_MCR_OUT2 | UART_MCR_OUT1)
#else
@@ -138,29 +141,8 @@ struct rs_multiport_struct {
#endif
/*
- * Structures and definitions for PCI support
+ * Definitions for PCI support.
*/
-struct pci_dev;
-struct pci_board {
- int flags;
- int num_ports;
- int base_baud;
- int uart_offset;
- int reg_shift;
- int (*init_fn)(struct pci_dev *dev, struct pci_board *board,
- int enable);
- int first_uart_offset;
-};
-
-struct pci_board_inst {
- struct pci_board board;
- struct pci_dev *dev;
-};
-
-#ifndef PCI_ANY_ID
-#define PCI_ANY_ID (~0)
-#endif
-
#define SPCI_FL_BASE_MASK 0x0007
#define SPCI_FL_BASE0 0x0000
#define SPCI_FL_BASE1 0x0001