]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spi/s3c64xx: Remove unused /CS GPIO management
authorMark Brown <broonie@linaro.org>
Fri, 24 Jan 2014 19:00:55 +0000 (19:00 +0000)
committerMark Brown <broonie@linaro.org>
Tue, 4 Feb 2014 12:49:10 +0000 (12:49 +0000)
commit4ddc86005b1266b81c7b1b574a2402d3d8deda44
tree5b68d70e5191616e235ee569adb990c34170267b
parent99adef310f682d6343cb40c1f6c9c25a4b3a450d
spi/s3c64xx: Remove unused /CS GPIO management

The GPIO enable and disable is done in the core so does not need to be
replicated in the driver, delete the unneeded code. enable_cs() was not
referenced at all.

Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-s3c64xx.c