tty/serial: Relax the device_type restriction from of_serial
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 23 Feb 2011 02:12:21 +0000 (19:12 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 25 Feb 2011 18:02:16 +0000 (10:02 -0800)
There is no need to test for a device_type property in ns8250
compatible serial ports.  device_type is an OpenFirmware property that
is not required when using the flattened tree representation.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found