From: Brian Niebuhr Date: Mon, 16 Aug 2010 04:58:53 +0000 (+0530) Subject: spi: davinci: remove 'wait_enable' platform data member X-Git-Tag: v2.6.38-rc1~454^2~6^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=472880c73da124b6cb5cbc31a36754aa62935afe;p=pandora-kernel.git spi: davinci: remove 'wait_enable' platform data member The SPI_READY bit of struct spi_device:mode serves the purpose of letting the SPI master know if the slave can signal if it is ready for transfer or not. The 'wait_enable' platform data was duplicating this functionality. Use the framework provided method of indicating this capability. Signed-off-by: Brian Niebuhr Tested-By: Michael Williamson Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed