sdhci: allow led to be controlled freely
[deliverable/linux.git] / drivers / mmc / host / sdhci.h
index 3288e209ba445af3b030f9257a0c542e55ae795d..7fb02e177a3d13cd4b3439486b8dfb297bec2756 100644 (file)
@@ -168,6 +168,10 @@ struct sdhci_host {
        struct sdhci_chip       *chip;
        struct mmc_host         *mmc;           /* MMC structure */
 
+#ifdef CONFIG_LEDS_CLASS
+       struct led_classdev     led;            /* LED control */
+#endif
+
        spinlock_t              lock;           /* Mutex */
 
        int                     flags;          /* Host attributes */
This page took 0.036993 seconds and 5 git commands to generate.