-
- Downloads
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>
Showing
- cpu/pxa/mmc.c 2 additions, 0 deletionscpu/pxa/mmc.c
- cpu/pxa/mmc.h 0 additions, 0 deletionscpu/pxa/mmc.h
- include/asm-arm/arch-lpc2292/mmc.h 0 additions, 22 deletionsinclude/asm-arm/arch-lpc2292/mmc.h
- include/asm-avr32/arch-at32ap700x/mmc.h 0 additions, 77 deletionsinclude/asm-avr32/arch-at32ap700x/mmc.h
- include/mmc.h 52 additions, 1 deletioninclude/mmc.h
Loading
Please register or sign in to comment