diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-10-30 03:20:56 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-10-30 03:20:56 -0400 |
| commit | 53279f36dccffc26ff536003fd6bb97cc21c3b82 (patch) | |
| tree | 9d16e497c0e4158c7c054c479bd0e9ff0388d7bb /include/linux/mmc/host.h | |
| parent | a6e8c0a25377e27958b11b20e1927885ae7c9857 (diff) | |
| parent | 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64 (diff) | |
Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changes
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 | ||
