Skip to content

Commit

Permalink
mmc: sdhci-s3c: Remove unused define for NUM_GPIOS
Browse files Browse the repository at this point in the history
NUM_GPIOS is not used after e19499a ("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>
  • Loading branch information
Axel Lin authored and Chris Ball committed May 12, 2014
1 parent ae0eb34 commit 3beef62
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/mmc/host/sdhci-s3c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3beef62

Please sign in to comment.