]> git.ipfire.org Git - people/ms/u-boot.git/commit - include/mmc.h
Eliminated arch-specific mmc header requirement
authorAndy Fleming <afleming@freescale.com>
Thu, 30 Oct 2008 21:31:39 +0000 (16:31 -0500)
committerAndy Fleming <afleming@freescale.com>
Tue, 17 Feb 2009 00:07:41 +0000 (18:07 -0600)
commit1de97f9856f697380cc504126ab92561ed238803
tree21120db558baf8b6bfe58c7bf745d80b76e1a505
parentabb5466ccf4ce50f412d459586f4f4b81cb73ac3
Eliminated arch-specific mmc header requirement

The current MMC infrastructure relies on the existence of an
arch-specific header file.  This isn't necessary, and a couple
drivers were forced to implement dummy files to meet this requirement.
Instead, we move the stuff in those header files into a more appropriate
place, and eliminate the stubs and the #include of asm/arch/mmc.h

Signed-off-by: Andy Fleming <afleming@freescale.com>
cpu/pxa/mmc.c
cpu/pxa/mmc.h [moved from include/asm-arm/arch-pxa/mmc.h with 100% similarity]
include/asm-arm/arch-lpc2292/mmc.h [deleted file]
include/asm-avr32/arch-at32ap700x/mmc.h [deleted file]
include/mmc.h