diff options
Diffstat (limited to 'include/linux/mmc/host.h')
| -rw-r--r-- | include/linux/mmc/host.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h index f578a71d82a6..7abb0e1f7bda 100644 --- a/include/linux/mmc/host.h +++ b/include/linux/mmc/host.h | |||
| @@ -259,10 +259,6 @@ struct mmc_host { | |||
| 259 | #define MMC_CAP2_RO_ACTIVE_HIGH (1 << 11) /* Write-protect signal active high */ | 259 | #define MMC_CAP2_RO_ACTIVE_HIGH (1 << 11) /* Write-protect signal active high */ |
| 260 | 260 | ||
| 261 | mmc_pm_flag_t pm_caps; /* supported pm features */ | 261 | mmc_pm_flag_t pm_caps; /* supported pm features */ |
| 262 | unsigned int power_notify_type; | ||
| 263 | #define MMC_HOST_PW_NOTIFY_NONE 0 | ||
| 264 | #define MMC_HOST_PW_NOTIFY_SHORT 1 | ||
| 265 | #define MMC_HOST_PW_NOTIFY_LONG 2 | ||
| 266 | 262 | ||
| 267 | #ifdef CONFIG_MMC_CLKGATE | 263 | #ifdef CONFIG_MMC_CLKGATE |
| 268 | int clk_requests; /* internal reference counter */ | 264 | int clk_requests; /* internal reference counter */ |
| @@ -300,6 +296,7 @@ struct mmc_host { | |||
| 300 | #endif | 296 | #endif |
| 301 | 297 | ||
| 302 | int rescan_disable; /* disable card detection */ | 298 | int rescan_disable; /* disable card detection */ |
| 299 | int rescan_entered; /* used with nonremovable devices */ | ||
| 303 | 300 | ||
| 304 | struct mmc_card *card; /* device attached to this host */ | 301 | struct mmc_card *card; /* device attached to this host */ |
| 305 | 302 | ||
