of/spi: call of_register_spi_devices() from spi core code
authorAnatolij Gustschin <agust@denx.de>
Tue, 27 Jul 2010 20:35:58 +0000 (22:35 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 30 Jul 2010 06:03:59 +0000 (00:03 -0600)
Move of_register_spi_devices() call from drivers to
spi_register_master(). Also change the function to use
the struct device_node pointer from master spi device
instead of passing it as function argument.

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

No differences found