[SERIAL] serial8250: convert to the new platform device interface
authorDmitry Torokhov <dtor_core@ameritech.net>
Fri, 13 Jan 2006 22:06:43 +0000 (22:06 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 13 Jan 2006 22:06:43 +0000 (22:06 +0000)
commit7493a314cb83797ce612a577475aacaedc553fed
tree69a0bf18e22927d86637a8afb655b76dfbecb06e
parentd600b97cf6ef8c24c9b87a4b7ce390c0d13684e8
[SERIAL] serial8250: convert to the new platform device interface

Do not use platform_device_register_simple() as it is going away.
Also set up driver's owner to create link driver->module in sysfs.

Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/serial/8250.c