]> git.baikalelectronics.ru Git - kernel.git/commit
mmc: sdhci-esdhc-imx: Remove unused variables
authorFabio Estevam <fabio.estevam@freescale.com>
Thu, 17 Jan 2013 02:32:52 +0000 (00:32 -0200)
committerChris Ball <cjb@laptop.org>
Sun, 24 Feb 2013 19:36:59 +0000 (14:36 -0500)
commitf9626f343478886a509e40de6a702bfd3831b842
tree0dabeffa21a3b0a9a0e8bf199f4213a1c553d1f9
parentf545e01cf0474cb510041a068d5f2b4f8e65db8d
mmc: sdhci-esdhc-imx: Remove unused variables

3f175a6e5 (mmc: sdhci-esdhc-imx: remove ESDHC_CD_GPIO handling from IO
accessory) introduced the following build warnings:

drivers/mmc/host/sdhci-esdhc-imx.c:149:30: warning: unused variable 'boarddata' [-Wunused-variable]
drivers/mmc/host/sdhci-esdhc-imx.c:181:30: warning: unused variable 'boarddata' [-Wunused-variable]

Remove the unused variables.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/sdhci-esdhc-imx.c