All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: sdhci-s3c: Remove unused define for NUM_GPIOS
@ 2013-10-03  8:59 Axel Lin
  2013-11-08  4:56 ` Jaehoon Chung
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-10-03  8:59 UTC (permalink / raw)
  To: Chris Ball; +Cc: Thomas Abraham, linux-mmc

NUM_GPIOS is not used after commit e19499ae
"mmc: sdhci-s3c: let device core setup the default pin configuration".
Thus remove it.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/mmc/host/sdhci-s3c.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c
index 926aaf6..d0732d2 100644
--- a/drivers/mmc/host/sdhci-s3c.c
+++ b/drivers/mmc/host/sdhci-s3c.c
@@ -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
-- 
1.8.1.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] mmc: sdhci-s3c: Remove unused define for NUM_GPIOS
  2013-10-03  8:59 [PATCH] mmc: sdhci-s3c: Remove unused define for NUM_GPIOS Axel Lin
@ 2013-11-08  4:56 ` Jaehoon Chung
  0 siblings, 0 replies; 2+ messages in thread
From: Jaehoon Chung @ 2013-11-08  4:56 UTC (permalink / raw)
  To: Axel Lin, Chris Ball; +Cc: Thomas Abraham, linux-mmc

Acked-by: Jaehoon Chung <jh80.chung@samsung.com>

Best Regards,
Jaehoon Chung

On 10/03/2013 05:59 PM, Axel Lin wrote:
> NUM_GPIOS is not used after commit e19499ae
> "mmc: sdhci-s3c: let device core setup the default pin configuration".
> Thus remove it.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
>  drivers/mmc/host/sdhci-s3c.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c
> index 926aaf6..d0732d2 100644
> --- a/drivers/mmc/host/sdhci-s3c.c
> +++ b/drivers/mmc/host/sdhci-s3c.c
> @@ -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
> 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-08  4:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-03  8:59 [PATCH] mmc: sdhci-s3c: Remove unused define for NUM_GPIOS Axel Lin
2013-11-08  4:56 ` Jaehoon Chung

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.