diff options
-rw-r--r-- | drivers/tty/serial/8250/8250_dw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c index 8edf7697fdb2..d04a037d6b6f 100644 --- a/drivers/tty/serial/8250/8250_dw.c +++ b/drivers/tty/serial/8250/8250_dw.c | |||
@@ -278,7 +278,8 @@ static int dw8250_probe_acpi(struct uart_8250_port *up, | |||
278 | return 0; | 278 | return 0; |
279 | } | 279 | } |
280 | #else | 280 | #else |
281 | static inline int dw8250_probe_acpi(struct uart_8250_port *up) | 281 | static inline int dw8250_probe_acpi(struct uart_8250_port *up, |
282 | struct dw8250_data *data) | ||
282 | { | 283 | { |
283 | return -ENODEV; | 284 | return -ENODEV; |
284 | } | 285 | } |