[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>
This commit is contained in:
committed by
Russell King
parent
865e9f13c9
commit
1656fa579e
@ -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 */
|
||||
};
|
||||
|
Reference in New Issue
Block a user