]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
serial: 8250_dw: Use ifdef with ACPI
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Wed, 16 Jan 2013 12:08:15 +0000 (14:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 16 Jan 2013 15:36:10 +0000 (07:36 -0800)
commit053fac36b1d9f76adde96a2f731965aaab3c632b
treef4f29ed9df69fcdc5503a24a4d8afd79373604c4
parenta3b0397fdf19b3c23f37012532482c787e01d4a0
serial: 8250_dw: Use ifdef with ACPI

There are no stubs for ACPI functions so the driver needs to
have this ifdef or it will not compile without ACPI.

Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/8250_dw.c