From: Axel Lin Date: Sun, 2 Mar 2014 14:30:32 +0000 (+0800) Subject: spi: sh-msiof: Kill sh_msiof_spi_bits and sh_msiof_spi_hz functions X-Git-Tag: v3.15-rc1~147^2~2^5~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b14158603288b9d898716b41f2f0acb7d49dad2c;p=pandora-kernel.git spi: sh-msiof: Kill sh_msiof_spi_bits and sh_msiof_spi_hz functions In the implementation of __spi_validate(), spi core will set transfer bits_per_word and max speed as spi device default if it is not set for this transfer. So we can remove the same implementation in this driver. Signed-off-by: Axel Lin Acked-by: Geert Uytterhoeven Signed-off-by: Mark Brown --- Reading git-diff-tree failed