diff options
Diffstat (limited to 'drivers/mmc/host/au1xmmc.h')
-rw-r--r-- | drivers/mmc/host/au1xmmc.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/mmc/host/au1xmmc.h b/drivers/mmc/host/au1xmmc.h index 341cbdf0baca..3b400654e59c 100644 --- a/drivers/mmc/host/au1xmmc.h +++ b/drivers/mmc/host/au1xmmc.h | |||
@@ -49,8 +49,6 @@ struct au1xmmc_host { | |||
49 | struct mmc_host *mmc; | 49 | struct mmc_host *mmc; |
50 | struct mmc_request *mrq; | 50 | struct mmc_request *mrq; |
51 | 51 | ||
52 | u32 id; | ||
53 | |||
54 | u32 flags; | 52 | u32 flags; |
55 | u32 iobase; | 53 | u32 iobase; |
56 | u32 clock; | 54 | u32 clock; |
@@ -73,11 +71,14 @@ struct au1xmmc_host { | |||
73 | u32 tx_chan; | 71 | u32 tx_chan; |
74 | u32 rx_chan; | 72 | u32 rx_chan; |
75 | 73 | ||
74 | int irq; | ||
75 | |||
76 | struct timer_list timer; | 76 | struct timer_list timer; |
77 | struct tasklet_struct finish_task; | 77 | struct tasklet_struct finish_task; |
78 | struct tasklet_struct data_task; | 78 | struct tasklet_struct data_task; |
79 | 79 | struct au1xmmc_platform_data *platdata; | |
80 | spinlock_t lock; | 80 | struct platform_device *pdev; |
81 | struct resource *ioarea; | ||
81 | }; | 82 | }; |
82 | 83 | ||
83 | /* Status flags used by the host structure */ | 84 | /* Status flags used by the host structure */ |