diff options
author | Heikki Krogerus | 2013-11-26 10:30:06 +0200 |
---|---|---|
committer | Greg Kroah-Hartman | 2013-12-08 16:44:21 -0800 |
commit | 8913a316e3f74b800c3a4e0d4c85cab26bbb9c53 (patch) | |
tree | 3fce7c0ada1157b7e9313b991caed45bff27962d /drivers | |
parent | 42b6a1baa3ec18de2eb15baa250da6203eeb2d39 (diff) |
serial: 8250_dw: remove ACPI ifdef
ACPI now provides stubs for the functions the driver uses.
Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/tty/serial/8250/8250_dw.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c index 4658e3e0ec42..816ec88a0d7f 100644 --- a/drivers/tty/serial/8250/8250_dw.c +++ b/drivers/tty/serial/8250/8250_dw.c @@ -272,7 +272,6 @@ static int dw8250_probe_of(struct uart_port *p, return 0; } -#ifdef CONFIG_ACPI static int dw8250_probe_acpi(struct uart_8250_port *up, struct dw8250_data *data) { @@ -300,13 +299,6 @@ static int dw8250_probe_acpi(struct uart_8250_port *up, return 0; } -#else -static inline int dw8250_probe_acpi(struct uart_8250_port *up, - struct dw8250_data *data) -{ - return -ENODEV; -} -#endif /* CONFIG_ACPI */ static int dw8250_probe(struct platform_device *pdev) { |