diff options
Diffstat (limited to 'drivers/mmc/sdhci.h')
-rw-r--r-- | drivers/mmc/sdhci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mmc/sdhci.h b/drivers/mmc/sdhci.h index 8111fa38c05b..f2453343f783 100644 --- a/drivers/mmc/sdhci.h +++ b/drivers/mmc/sdhci.h | |||
@@ -204,6 +204,8 @@ struct sdhci_host { | |||
204 | struct sdhci_chip { | 204 | struct sdhci_chip { |
205 | struct pci_dev *pdev; | 205 | struct pci_dev *pdev; |
206 | 206 | ||
207 | unsigned long quirks; | ||
208 | |||
207 | int num_slots; /* Slots on controller */ | 209 | int num_slots; /* Slots on controller */ |
208 | struct sdhci_host *hosts[0]; /* Pointers to hosts */ | 210 | struct sdhci_host *hosts[0]; /* Pointers to hosts */ |
209 | }; | 211 | }; |