diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-08-24 18:25:49 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-08-24 18:25:49 -0400 |
commit | 9a234349de01de3437784c0ef03d95353f055fae (patch) | |
tree | 2a0be0a9144d49f7d03d173e3e8fca2f3e1e8a50 /include/linux/serial_8250.h | |
parent | 0b37004dd0113db3b23840b4fd8835dae2395acc (diff) |
Revert "tty: serial8250: add helpers for the DesignWare 8250"
This reverts commit 6b1a98d1c4851235d9b6764b3f7b7db7909fc760.
It causes a build error that needs to be resolved differently.
Cc: Alan Cox <alan@linux.intel.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/linux/serial_8250.h')
-rw-r--r-- | include/linux/serial_8250.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/serial_8250.h b/include/linux/serial_8250.h index 09e2dbcd7ca3..1f05bbeac01e 100644 --- a/include/linux/serial_8250.h +++ b/include/linux/serial_8250.h | |||
@@ -86,13 +86,5 @@ int serial8250_handle_irq(struct uart_port *port, unsigned int iir); | |||
86 | extern void serial8250_set_isa_configurator(void (*v) | 86 | extern void serial8250_set_isa_configurator(void (*v) |
87 | (int port, struct uart_port *up, | 87 | (int port, struct uart_port *up, |
88 | unsigned short *capabilities)); | 88 | unsigned short *capabilities)); |
89 | #ifndef SERIAL_8250_DW | ||
90 | extern int serial8250_use_designware_io(struct uart_port *up); | ||
91 | #else | ||
92 | static inline int serial8250_use_designware_io(struct uart_port *up) | ||
93 | { | ||
94 | return -EIO; | ||
95 | } | ||
96 | #endif | ||
97 | 89 | ||
98 | #endif | 90 | #endif |