serial: 8250_dw: Fix the stub for dw8250_probe_acpi()
authorHeikki Krogerus <heikki.krogerus@linux.intel.com>
Fri, 12 Apr 2013 09:44:27 +0000 (12:44 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Apr 2013 21:06:43 +0000 (14:06 -0700)
commit3ec857ffe3ba6e9f567a12d3575dd09d2d41a208
tree113d08a10945ea05b0e62551839371732dde8777
parentb88d0826ecb949f62597d4733e50e589058c20b4
serial: 8250_dw: Fix the stub for dw8250_probe_acpi()

This fixes the stub for dw8250_probe_acpi() that is used
when compiling without ACPI enabled. The argument type was
wrong.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
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