From: Mark Brown Date: Thu, 19 Jul 2012 05:36:23 +0000 (+0900) Subject: spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sites X-Git-Tag: v3.6-rc1~143^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fc3e8311ccc87e9d9c9ce2aa36d0e5069e0807c;p=pandora-kernel.git 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 Acked-by: Linus Walleij Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed