mmc: Move core functions to subdir
authorPierre Ossman <drzeus@drzeus.cx>
Wed, 28 Feb 2007 14:33:10 +0000 (15:33 +0100)
committerPierre Ossman <drzeus@drzeus.cx>
Tue, 1 May 2007 11:04:18 +0000 (13:04 +0200)
commitaaac1b470bd0dccb30912356617069dc6199cc80
tree123316b4a6c10bf2e884d0469994f3435d03e22c
parentb855885e3b60cf6f9452848712a62517b94583eb
mmc: Move core functions to subdir

Create a "core" subdirectory to house the central bus handling
functions.

Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
drivers/mmc/Makefile
drivers/mmc/core/Makefile [new file with mode: 0644]
drivers/mmc/core/core.c [moved from drivers/mmc/mmc.c with 99% similarity]
drivers/mmc/core/core.h [moved from drivers/mmc/mmc.h with 91% similarity]
drivers/mmc/core/sysfs.c [moved from drivers/mmc/mmc_sysfs.c with 99% similarity]
include/linux/mmc/card.h
include/linux/mmc/core.h [moved from include/linux/mmc/mmc.h with 97% similarity]
include/linux/mmc/host.h