commit | 1de97f9856f697380cc504126ab92561ed238803 | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Thu Oct 30 16:31:39 2008 -0500 |
committer | Andy Fleming <afleming@freescale.com> | Mon Feb 16 18:07:41 2009 -0600 |
tree | 21120db558baf8b6bfe58c7bf745d80b76e1a505 | |
parent | abb5466ccf4ce50f412d459586f4f4b81cb73ac3 [diff] |
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>