]> git.sur5r.net Git - u-boot/blobdiff - include/mmc.h
net: force PKTALIGN to ARCH_DMA_MINALIGN
[u-boot] / include / mmc.h
index 30c2375357fb8ab76ff6b131c71afc330ada22f0..f52df70ad4879782fa15efb6943490dd74eab56b 100644 (file)
@@ -322,7 +322,6 @@ int mmc_switch_part(int dev_num, unsigned int part_num);
 int mmc_getcd(struct mmc *mmc);
 
 #ifdef CONFIG_GENERIC_MMC
-int atmel_mci_init(void *regs);
 #define mmc_host_is_spi(mmc)   ((mmc)->host_caps & MMC_MODE_SPI)
 struct mmc *mmc_spi_init(uint bus, uint cs, uint speed, uint mode);
 #else