Skip to content
  • Andy Fleming's avatar
    Eliminated arch-specific mmc header requirement · 1de97f98
    Andy Fleming authored
    
    
    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: default avatarAndy Fleming <afleming@freescale.com>
    1de97f98