diff options
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r-- | include/linux/mmc/host.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 8e2642ebf02f..00dc1809494c 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -123,6 +123,10 @@ struct mmc_host { | |||
123 | unsigned int bus_refs; /* reference counter */ | 123 | unsigned int bus_refs; /* reference counter */ |
124 | unsigned int bus_dead:1; /* bus has been released */ | 124 | unsigned int bus_dead:1; /* bus has been released */ |
125 | 125 | ||
126 | unsigned int sdio_irqs; | ||
127 | struct task_struct *sdio_irq_thread; | ||
128 | atomic_t sdio_irq_thread_abort; | ||
129 | |||
126 | unsigned long private[0] ____cacheline_aligned; | 130 | unsigned long private[0] ____cacheline_aligned; |
127 | }; | 131 | }; |
128 | 132 | ||