diff options
Diffstat (limited to 'include/linux/mmc/host.h')
-rw-r--r-- | include/linux/mmc/host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index 706f72279a17..9a03d0335745 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
@@ -299,6 +299,7 @@ struct mmc_host { | |||
299 | int claim_cnt; /* "claim" nesting count */ | 299 | int claim_cnt; /* "claim" nesting count */ |
300 | 300 | ||
301 | struct delayed_work detect; | 301 | struct delayed_work detect; |
302 | int detect_change; /* card detect flag */ | ||
302 | 303 | ||
303 | const struct mmc_bus_ops *bus_ops; /* current bus driver */ | 304 | const struct mmc_bus_ops *bus_ops; /* current bus driver */ |
304 | unsigned int bus_refs; /* reference counter */ | 305 | unsigned int bus_refs; /* reference counter */ |