commit | bf6a67ee3427ab142136e03e90d0b67ecbca5ff2 | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Tue May 25 00:48:24 2010 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue May 25 00:48:24 2010 -0600 |
tree | 0b3f63fa323a8bfd6e513fac7c5f74ad4a9410b9 | |
parent | b1e50ebcf24668e57f058deb48b0704b5391ed0f [diff] |
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>