commit | 91565c4068042b3d8e37e64e393ca105476419bd | [log] [tgz] |
---|---|---|
author | Grant Likely <grant.likely@secretlab.ca> | Thu Oct 14 08:54:55 2010 -0600 |
committer | Grant Likely <grant.likely@secretlab.ca> | Tue Nov 09 21:41:27 2010 -0700 |
tree | 3281cb89e60641766c8cfe94ebf4fbe47baa54f0 | |
parent | f6614b7bb405a9b35dd28baea989a749492c46b2 [diff] |
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 <grant.likely@secretlab.ca> Tested-by: Michal Simek <monstr@monstr.eu>