of/spi: mpc512x_psc_spi.c: Fix build failures
authorAnatolij Gustschin <agust@denx.de>
Mon, 31 May 2010 16:34:54 +0000 (18:34 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 2 Jun 2010 19:45:06 +0000 (13:45 -0600)
commitef7f2e831c3a563505c9bc5b16ef4bcae3cf4b53
tree6c9d352875c6926cdb55bc13008fe176a0326439
parentde2b606c24f178038b95a831f21a35a29faa6eab
of/spi: mpc512x_psc_spi.c: Fix build failures

Fixes build errors caused by the:
 - OF device_node pointer being moved into struct device
 - removal of the match_table field from struct of_platform_driver

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/mpc512x_psc_spi.c