WorkStruct: make allyesconfig
[deliverable/linux.git] / include / linux / mmc / host.h
index 587264a58d5605835319bcfc77912e9763391128..8b08ef3820f2623c2ac32c9c899713740c38e054 100644 (file)
@@ -110,7 +110,7 @@ struct mmc_host {
        struct mmc_card         *card_busy;     /* the MMC card claiming host */
        struct mmc_card         *card_selected; /* the selected MMC card */
 
-       struct work_struct      detect;
+       struct delayed_work     detect;
 
        unsigned long           private[0] ____cacheline_aligned;
 };
This page took 0.024423 seconds and 5 git commands to generate.