diff options
author | Adrian Hunter <adrian.hunter@intel.com> | 2011-12-27 08:48:43 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-01-11 23:58:47 -0500 |
commit | 52c506f0bc72530fb786838e7ffd4f158a2e5c3a (patch) | |
tree | 2c46fdd2ce9ac582846733ed60f12caea2856196 /drivers/Makefile | |
parent | c79396c191bc19703df6eb6bbd0f673ed0df6c9d (diff) |
mmc: sdhci-pci: add platform data
Add a means of getting platform data for the SDHCI PCI
devices. The data is stored against the slot not the
device in order to support multi-slot devices.
The data allows platform-specific setup (such as getting
GPIO numbers from firmware or setting up wl12xx for SDIO)
to be done in platform support files instead of the
sdhci-pci driver.
Signed-off-by: Adrian Hunter <adrian.hunter@intel.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 1b3142127bf5..c07be024b962 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -97,7 +97,7 @@ obj-$(CONFIG_EISA) += eisa/ | |||
97 | obj-y += lguest/ | 97 | obj-y += lguest/ |
98 | obj-$(CONFIG_CPU_FREQ) += cpufreq/ | 98 | obj-$(CONFIG_CPU_FREQ) += cpufreq/ |
99 | obj-$(CONFIG_CPU_IDLE) += cpuidle/ | 99 | obj-$(CONFIG_CPU_IDLE) += cpuidle/ |
100 | obj-$(CONFIG_MMC) += mmc/ | 100 | obj-y += mmc/ |
101 | obj-$(CONFIG_MEMSTICK) += memstick/ | 101 | obj-$(CONFIG_MEMSTICK) += memstick/ |
102 | obj-y += leds/ | 102 | obj-y += leds/ |
103 | obj-$(CONFIG_INFINIBAND) += infiniband/ | 103 | obj-$(CONFIG_INFINIBAND) += infiniband/ |