]> git.baikalelectronics.ru Git - kernel.git/commit
sdhci-of: rename main driver file prior to reorganization
authorAlbert Herranz <albert_herranz@yahoo.es>
Thu, 17 Dec 2009 23:27:19 +0000 (15:27 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 17 Dec 2009 23:45:31 +0000 (15:45 -0800)
commit3bc6054da48f5e989a2109dc8c7467441ef9968b
treea7b6edb73295bad7ea05aaf09b362ff0882c5d08
parentf3914bcf7ce0473c0c6946f68a6e988d62e55242
sdhci-of: rename main driver file prior to reorganization

This patch renames sdhci-of.c to sdhci-of-core.c before reorganizing the
driver to support additional hardware.

The driver is still built as sdhci-of despite the rename of the file.  No
functional change.

Signed-off-by: Albert Herranz <albert_herranz@yahoo.es>
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/mmc/host/Makefile
drivers/mmc/host/sdhci-of-core.c [new file with mode: 0644]
drivers/mmc/host/sdhci-of.c [deleted file]