From: Grant Likely Date: Thu, 14 Oct 2010 14:54:55 +0000 (-0600) Subject: spi/xilinx: Eliminate pdata references from common code. X-Git-Tag: v2.6.38-rc1~454^2~21 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91565c4068042b3d8e37e64e393ca105476419bd;p=pandora-kernel.git spi/xilinx: Eliminate pdata references from common code. The current code has the OF binding modifying the platform_data pointer which it must not do, and the common code doesn't really need to use a pdata pointer. This patch eliminates the platform_data references from the common part of the driver in preparation for merging the OF and non-OF versions. Signed-off-by: Grant Likely Tested-by: Michal Simek --- Reading git-diff-tree failed