From: Grant Likely Date: Tue, 25 May 2010 06:48:24 +0000 (-0600) Subject: spi/xilinx: Fix compile error X-Git-Tag: v2.6.35-rc1~266^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf6a67ee3427ab142136e03e90d0b67ecbca5ff2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed