diff options
author | Pierre Ossman <drzeus@drzeus.cx> | 2007-05-19 14:06:24 +0200 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2007-07-09 21:28:01 +0200 |
commit | b93931a61a119575f84c33af2438b9384fde9eb7 (patch) | |
tree | f424d886c1ef255bfa3d3ca60ae245491e7f9432 /drivers/mmc/core/Makefile | |
parent | 4101c16a910b15afd190c6bc7d45864461cf5c25 (diff) | |
download | blackbird-op-linux-b93931a61a119575f84c33af2438b9384fde9eb7.tar.gz blackbird-op-linux-b93931a61a119575f84c33af2438b9384fde9eb7.zip |
mmc: refactor host class handling
Move basic host class device handling to its own file for clarity.
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
Diffstat (limited to 'drivers/mmc/core/Makefile')
-rw-r--r-- | drivers/mmc/core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/core/Makefile b/drivers/mmc/core/Makefile index 54261e3724c4..3fdd08c7f143 100644 --- a/drivers/mmc/core/Makefile +++ b/drivers/mmc/core/Makefile @@ -7,6 +7,6 @@ ifeq ($(CONFIG_MMC_DEBUG),y) endif obj-$(CONFIG_MMC) += mmc_core.o -mmc_core-y := core.o sysfs.o bus.o \ +mmc_core-y := core.o sysfs.o bus.o host.o \ mmc.o mmc_ops.o sd.o sd_ops.o |