diff options
author | Axel Lin <axel.lin@ingics.com> | 2014-03-08 02:03:44 -0500 |
---|---|---|
committer | Chris Ball <chris@printf.net> | 2014-05-12 18:04:35 -0400 |
commit | 3beef62479bef4309a220f7ca5415d9a66c0b0cb (patch) | |
tree | 1c3a21af60eb5064daeb3c9b1efe2010a61dc5d4 /drivers | |
parent | ae0eb348e13774d1119eb84ecbce224647368347 (diff) |
mmc: sdhci-s3c: Remove unused define for NUM_GPIOS
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/mmc/host/sdhci-s3c.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c index d61eb5a70833..c12301e90d16 100644 --- a/drivers/mmc/host/sdhci-s3c.c +++ b/drivers/mmc/host/sdhci-s3c.c | |||
@@ -33,9 +33,6 @@ | |||
33 | 33 | ||
34 | #define MAX_BUS_CLK (4) | 34 | #define MAX_BUS_CLK (4) |
35 | 35 | ||
36 | /* Number of gpio's used is max data bus width + command and clock lines */ | ||
37 | #define NUM_GPIOS(x) (x + 2) | ||
38 | |||
39 | /** | 36 | /** |
40 | * struct sdhci_s3c - S3C SDHCI instance | 37 | * struct sdhci_s3c - S3C SDHCI instance |
41 | * @host: The SDHCI host created | 38 | * @host: The SDHCI host created |