]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
dt/serial: Eliminate users of of_platform_{,un}register_driver
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 23 Feb 2011 04:10:26 +0000 (21:10 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 28 Feb 2011 20:22:46 +0000 (13:22 -0700)
commit793218dfea146946a076f4fe51e574db61034a3e
treeecdf2dd9b1aa9fa9a19864507330ccb8819aa060
parentd35fb6417655ebf6de93e2135dc386c3c470f545
dt/serial: Eliminate users of of_platform_{,un}register_driver

Get rid of users of of_platform_driver in drivers/serial.  The
of_platform_{,un}register_driver functions are going away, so the
users need to be converted to using the platform_bus_type directly.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
drivers/tty/serial/apbuart.c
drivers/tty/serial/cpm_uart/cpm_uart_core.c
drivers/tty/serial/mpc52xx_uart.c
drivers/tty/serial/of_serial.c
drivers/tty/serial/sunhv.c
drivers/tty/serial/sunsab.c
drivers/tty/serial/sunsu.c
drivers/tty/serial/sunzilog.c
drivers/tty/serial/ucc_uart.c