diff options
author | Tobias Klauser | 2012-02-08 14:35:46 +0100 |
---|---|---|
committer | Greg Kroah-Hartman | 2012-02-09 09:04:23 -0800 |
commit | 3f5dc70721af68b76ad544b0c61fea365d67c041 (patch) | |
tree | e2eea9e84a8930931d86afa54cedc0fdda8b7a07 /include/linux/altera_uart.h | |
parent | d3a532a9c617106a0169232d40164ee35d0440b5 (diff) |
tty: serial: altera_uart: remove early_altera_uart_setup
The function has no users inside the tree and the nios2
(out-of-mainline) port doesn't use it either (anymore).
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/altera_uart.h')
-rw-r--r-- | include/linux/altera_uart.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/altera_uart.h b/include/linux/altera_uart.h index a10a90791976..c022c82db7ca 100644 --- a/include/linux/altera_uart.h +++ b/include/linux/altera_uart.h @@ -5,8 +5,6 @@ #ifndef __ALTUART_H #define __ALTUART_H -#include <linux/init.h> - struct altera_uart_platform_uart { unsigned long mapbase; /* Physical address base */ unsigned int irq; /* Interrupt vector */ @@ -14,6 +12,4 @@ struct altera_uart_platform_uart { unsigned int bus_shift; /* Bus shift (address stride) */ }; -int __init early_altera_uart_setup(struct altera_uart_platform_uart *platp); - #endif /* __ALTUART_H */ |