dt/spi: Eliminate users of of_platform_{,un}register_driver
authorGrant Likely <grant.likely@secretlab.ca>
Wed, 23 Feb 2011 04:02:43 +0000 (21:02 -0700)
committerGrant Likely <grant.likely@secretlab.ca>
Mon, 28 Feb 2011 20:22:44 +0000 (13:22 -0700)
commit18d306d1375696b0e6b5b39e4744d7fa2ad5e170
tree670eac5a75e3b6b0c76903da4d3cf6334d28fe5b
parente5263a517688b83861d406223a0f111a6e4116ff
dt/spi: Eliminate users of of_platform_{,un}register_driver

Get rid of users of of_platform_driver in drivers/spi.  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>
drivers/spi/mpc512x_psc_spi.c
drivers/spi/mpc52xx_psc_spi.c
drivers/spi/mpc52xx_spi.c
drivers/spi/spi_fsl_espi.c
drivers/spi/spi_fsl_lib.c
drivers/spi/spi_fsl_lib.h
drivers/spi/spi_fsl_spi.c
drivers/spi/spi_ppc4xx.c