spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sites
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Thu, 19 Jul 2012 05:36:23 +0000 (14:36 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 19 Jul 2012 05:36:23 +0000 (14:36 +0900)
commit5fc3e8311ccc87e9d9c9ce2aa36d0e5069e0807c
tree36cf6ecf6a3525dec0e0583f9961755c65fc2f6d
parentb1ec43084d9b53dadae64da00532e1c02444ef2c
spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sites

They have very few users and they're both just doing a single register
write so the advantage of having the macro is a bit limited. An inline
function might make sense but it's as easy to just do the writes directly.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
drivers/spi/spi-s3c64xx.c