Merge remote-tracking branch 'remotes/tegra/android-tegra-2.6.36-honeycomb-mr1' into...
[firefly-linux-kernel-4.4.55.git] / include / linux / mmc / host.h
index 8187e32d917dee8a071f6e45b85d1ff463c8f21a..ab8d6551dcfefcfaf6f336e419ae1792f4b0ace4 100644 (file)
@@ -203,6 +203,8 @@ struct mmc_host {
        const struct mmc_bus_ops *bus_ops;      /* current bus driver */
        unsigned int            bus_refs;       /* reference counter */
 
+       unsigned int            re_initialized_flags; //in order to begin the rescan ;  added by xbw@2011-04-07
+
        unsigned int            bus_resume_flags;
 #define MMC_BUSRESUME_MANUAL_RESUME    (1 << 0)
 #define MMC_BUSRESUME_NEEDS_RESUME     (1 << 1)