diff options
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 @@ | |||
| 5 | #ifndef __ALTUART_H | 5 | #ifndef __ALTUART_H |
| 6 | #define __ALTUART_H | 6 | #define __ALTUART_H |
| 7 | 7 | ||
| 8 | #include <linux/init.h> | ||
| 9 | |||
| 10 | struct altera_uart_platform_uart { | 8 | struct altera_uart_platform_uart { |
| 11 | unsigned long mapbase; /* Physical address base */ | 9 | unsigned long mapbase; /* Physical address base */ |
| 12 | unsigned int irq; /* Interrupt vector */ | 10 | unsigned int irq; /* Interrupt vector */ |
| @@ -14,6 +12,4 @@ struct altera_uart_platform_uart { | |||
| 14 | unsigned int bus_shift; /* Bus shift (address stride) */ | 12 | unsigned int bus_shift; /* Bus shift (address stride) */ |
| 15 | }; | 13 | }; |
| 16 | 14 | ||
| 17 | int __init early_altera_uart_setup(struct altera_uart_platform_uart *platp); | ||
| 18 | |||
| 19 | #endif /* __ALTUART_H */ | 15 | #endif /* __ALTUART_H */ |
