diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2008-10-10 06:05:03 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2008-12-16 08:58:16 -0500 |
commit | 2507b0a33343552d2177b75dc35fe7073349b773 (patch) | |
tree | 62fe126935f004a4a94333fb5121aa80eb94837d /drivers/mmc | |
parent | 4b7c0e4cae35b49380ad69e668324d4d70b7fd4c (diff) |
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')
-rw-r--r-- | drivers/mmc/host/imxmmc.c | 2 |
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 { | |||
45 | struct resource *res; | 45 | struct resource *res; |
46 | int irq; | 46 | int irq; |
47 | imx_dmach_t dma; | 47 | imx_dmach_t dma; |
48 | unsigned int clkrt; | ||
49 | unsigned int cmdat; | ||
50 | volatile unsigned int imask; | 48 | volatile unsigned int imask; |
51 | unsigned int power_mode; | 49 | unsigned int power_mode; |
52 | unsigned int present; | 50 | unsigned int present; |