diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2005-09-03 16:45:49 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2005-09-03 16:45:49 +0100 |
commit | 1656fa579e44691a860b095016eee910bc0b2793 (patch) | |
tree | 4373e726038d317d3011adf0bf6ba4028a750cfa /drivers/mmc/wbsd.h | |
parent | 865e9f13c94891daed4f6a5f69c5d6ec04d4932f (diff) |
[MMC] support for mmc chip select in wbsd
Use the chip select ios in the wbsd driver.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mmc/wbsd.h')
-rw-r--r-- | drivers/mmc/wbsd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mmc/wbsd.h b/drivers/mmc/wbsd.h index 661a9f6a6e6..8af43549f5d 100644 --- a/drivers/mmc/wbsd.h +++ b/drivers/mmc/wbsd.h @@ -181,5 +181,6 @@ struct wbsd_host struct tasklet_struct finish_tasklet; struct tasklet_struct block_tasklet; - struct timer_list timer; /* Card detection timer */ + struct timer_list detect_timer; /* Card detection timer */ + struct timer_list ignore_timer; /* Ignore detection timer */ }; |