aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/imxmmc.c
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-10-10 12:05:03 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-12-16 14:58:16 +0100
commit2507b0a33343552d2177b75dc35fe7073349b773 (patch)
tree62fe126935f004a4a94333fb5121aa80eb94837d /drivers/mmc/host/imxmmc.c
parentimxmmc: Checkpatch cleanup (diff)
downloadlinux-dev-2507b0a33343552d2177b75dc35fe7073349b773.tar.xz
linux-dev-2507b0a33343552d2177b75dc35fe7073349b773.zip
imxmmc: Remove unused variables
This removes clkrt and cmdat from struct imxmci_host, they are unused. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mmc/host/imxmmc.c')
-rw-r--r--drivers/mmc/host/imxmmc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/imxmmc.c b/drivers/mmc/host/imxmmc.c
index 02e9dd3e22db..5c921b33b10e 100644
--- a/drivers/mmc/host/imxmmc.c
+++ b/drivers/mmc/host/imxmmc.c
@@ -45,8 +45,6 @@ struct imxmci_host {
struct resource *res;
int irq;
imx_dmach_t dma;
- unsigned int clkrt;
- unsigned int cmdat;
volatile unsigned int imask;
unsigned int power_mode;
unsigned int present;