mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
4b7c0e4cae
commit
2507b0a333
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue