diff options
Diffstat (limited to 'drivers/mmc/host/sdhci.h')
| -rw-r--r-- | drivers/mmc/host/sdhci.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/mmc/host/sdhci.h b/drivers/mmc/host/sdhci.h index 3efba2363941..ebb83657e27a 100644 --- a/drivers/mmc/host/sdhci.h +++ b/drivers/mmc/host/sdhci.h | |||
| @@ -208,8 +208,6 @@ struct sdhci_host { | |||
| 208 | #define SDHCI_QUIRK_BROKEN_TIMEOUT_VAL (1<<12) | 208 | #define SDHCI_QUIRK_BROKEN_TIMEOUT_VAL (1<<12) |
| 209 | /* Controller has an issue with buffer bits for small transfers */ | 209 | /* Controller has an issue with buffer bits for small transfers */ |
| 210 | #define SDHCI_QUIRK_BROKEN_SMALL_PIO (1<<13) | 210 | #define SDHCI_QUIRK_BROKEN_SMALL_PIO (1<<13) |
| 211 | /* Controller supports high speed but doesn't have the caps bit set */ | ||
| 212 | #define SDHCI_QUIRK_FORCE_HIGHSPEED (1<<14) | ||
| 213 | 211 | ||
| 214 | int irq; /* Device IRQ */ | 212 | int irq; /* Device IRQ */ |
| 215 | void __iomem * ioaddr; /* Mapped address */ | 213 | void __iomem * ioaddr; /* Mapped address */ |
| @@ -222,6 +220,7 @@ struct sdhci_host { | |||
| 222 | 220 | ||
| 223 | #if defined(CONFIG_LEDS_CLASS) || defined(CONFIG_LEDS_CLASS_MODULE) | 221 | #if defined(CONFIG_LEDS_CLASS) || defined(CONFIG_LEDS_CLASS_MODULE) |
| 224 | struct led_classdev led; /* LED control */ | 222 | struct led_classdev led; /* LED control */ |
| 223 | char led_name[32]; | ||
| 225 | #endif | 224 | #endif |
| 226 | 225 | ||
| 227 | spinlock_t lock; /* Mutex */ | 226 | spinlock_t lock; /* Mutex */ |
