configs: MPC8548CDS: enable DM_I2C
[oweals/u-boot.git] / include / mmc.h
index 5e9d15cb41a0e3e7e9c82a0cbd4a10cbb24dbd9d..6a2e9739e00e6f5da69b32da37f2ba44e126e30b 100644 (file)
@@ -377,7 +377,7 @@ struct mmc_uclass_priv {
  * @dev:       Device
  * @return associated mmc struct pointer if available, else NULL
  */
-struct mmc *mmc_get_mmc_dev(struct udevice *dev);
+struct mmc *mmc_get_mmc_dev(const struct udevice *dev);
 
 /* End of driver model support */