mmc: fix a race between card-detect rescan and clock-gate work instances
[linux-flexiantxendom0-natty.git] / include / linux / mmc / host.h
index bcb793e..eb792cb 100644 (file)
@@ -183,7 +183,6 @@ struct mmc_host {
        struct work_struct      clk_gate_work; /* delayed clock gate */
        unsigned int            clk_old;        /* old clock value cache */
        spinlock_t              clk_lock;       /* lock for clk fields */
-       struct mutex            clk_gate_mutex; /* mutex for clock gating */
 #endif
 
        /* host specific block data */