spi/xilinx: Fix compile error
authorGrant Likely <grant.likely@secretlab.ca>
Tue, 25 May 2010 06:48:24 +0000 (00:48 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 25 May 2010 06:48:24 +0000 (00:48 -0600)
commitbf6a67ee3427ab142136e03e90d0b67ecbca5ff2
tree0b3f63fa323a8bfd6e513fac7c5f74ad4a9410b9
parentb1e50ebcf24668e57f058deb48b0704b5391ed0f
spi/xilinx: Fix compile error

Commit 58f9b0b02414062eaff46716bc04b47d7e79add5, "of: eliminate
of_device->node and dev_archdata->{of,prom}_node" changed the location
of the device_node pointer.  Most drivers were converted to the new
location, but the xilinx_spi_of driver was missed and now fails to
compile.

This patch fixes up the xilinx_spi_of driver to use the new location.

Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/xilinx_spi_of.c