]> git.sur5r.net Git - u-boot/commit
ARMV7: Restructure OMAP mmc driver to allow code sharing between OMAP3 and OMAP4
authorSteve Sakoman <steve@sakoman.com>
Wed, 9 Jun 2010 19:54:58 +0000 (12:54 -0700)
committerSandeep Paulraj <s-paulraj@ti.com>
Tue, 6 Jul 2010 00:00:05 +0000 (20:00 -0400)
commitbec3dc75996abf3cd878e54462708b1d9255bdc9
tree70fbb4676b09fa3241032e59b99130519b9fb039
parentd34efc767d26d353e0257042080eec7012e5440f
ARMV7: Restructure OMAP mmc driver to allow code sharing between OMAP3 and OMAP4

The architecture independent header is moved to drivers/mmc, and the architecture
dependent headers reside in asm/arch-omap3 and asm/arch-omap4

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
arch/arm/include/asm/arch-omap3/mmc.h [deleted file]
arch/arm/include/asm/arch-omap4/mmc_host_def.h [new file with mode: 0644]
drivers/mmc/omap3_mmc.c
drivers/mmc/omap3_mmc.h [new file with mode: 0644]