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)
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>

No differences found