Forráskód Böngészése

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>
Marc Kleine-Budde 16 éve
szülő
commit
2507b0a333
1 módosított fájl, 0 hozzáadás és 2 törlés
  1. 0 2
      drivers/mmc/host/imxmmc.c

+ 0 - 2
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;