From: Marc Kleine-Budde Date: Fri, 10 Oct 2008 10:05:03 +0000 (+0200) Subject: imxmmc: Remove unused variables X-Git-Tag: v2.6.29-rc1~559^2~11^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2507b0a33343552d2177b75dc35fe7073349b773;p=profile%2Fivi%2Fkernel-x86-ivi.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 02e9dd3..5c921b3 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;