From: Marc Kleine-Budde Date: Fri, 10 Oct 2008 10:05:03 +0000 (+0200) Subject: imxmmc: Remove unused variables X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2507b0a33343552d2177b75dc35fe7073349b773;p=linux-beck.git imxmmc: Remove unused variables This removes clkrt and cmdat from struct imxmci_host, they are unused. Signed-off-by: Marc Kleine-Budde Signed-off-by: Sascha Hauer --- 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;