]> git.karo-electronics.de Git - linux-beck.git/commitdiff
mmc: sdhci-s3c: Remove unused define for NUM_GPIOS
authorAxel Lin <axel.lin@ingics.com>
Sat, 8 Mar 2014 07:03:44 +0000 (15:03 +0800)
committerChris Ball <chris@printf.net>
Mon, 12 May 2014 22:04:35 +0000 (18:04 -0400)
NUM_GPIOS is not used after e19499ae10903 ("mmc: sdhci-s3c: let device
core setup the default pin configuration").  Thus remove it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>
drivers/mmc/host/sdhci-s3c.c

index d61eb5a708331d54ad9c4ea948bf7cbb4533d8da..c12301e90d167460a8bb1387a146f85d52353c90 100644 (file)
@@ -33,9 +33,6 @@
 
 #define MAX_BUS_CLK    (4)
 
-/* Number of gpio's used is max data bus width + command and clock lines */
-#define NUM_GPIOS(x)   (x + 2)
-
 /**
  * struct sdhci_s3c - S3C SDHCI instance
  * @host: The SDHCI host created