sdhci: add num index for multi controllers case
[safe/jmp/linux-2.6] / drivers / mmc / host / sdhci.h
index e4d77b0..d5a38f1 100644 (file)
@@ -208,6 +208,7 @@ struct sdhci_chip {
 
        unsigned long           quirks;
 
+       int                     index;          /* Index for chip0, chip1 ...*/
        int                     num_slots;      /* Slots on controller */
        struct sdhci_host       *hosts[0];      /* Pointers to hosts */
 };