]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mmc: add function prototype for mmc_set_dev in mmc.h
authorSteve Sakoman <steve@sakoman.com>
Thu, 1 Jul 2010 19:12:42 +0000 (12:12 -0700)
committerSandeep Paulraj <s-paulraj@ti.com>
Tue, 6 Jul 2010 00:00:32 +0000 (20:00 -0400)
commit89716964d947805337e82bbf652f13b9a972e47b
treee9fa8329afc3d92dfea3bd284154dec55345c3f3
parentc57cca255ce403fdfe77e7b040b578a29514da0b
mmc: add function prototype for mmc_set_dev in mmc.h

this eliminates compiler warnings when cmd_mmc.c is built with CONFIG_SYS_MMC_SET_DEV

the mmc_set_dev implementation in omap3_mmc.c is also tweaked to match
the new prototype in parameter naming and type

Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
drivers/mmc/omap3_mmc.c
include/mmc.h