dm: mmc: Fix up mmc_bread/bwrite() prototypes for SPL
authorSimon Glass <sjg@chromium.org>
Sat, 14 May 2016 20:03:09 +0000 (14:03 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 27 May 2016 16:23:10 +0000 (10:23 -0600)
commite419a3ec1aa3f094268976b6c10e9b636a97c64d
treeeaedf40b1a13e0c9caa873adb50365eff24bef91
parentf6e41d17ababd72479d2dfdb40be63beb359de1d
dm: mmc: Fix up mmc_bread/bwrite() prototypes for SPL

When these functions are not compiled in, we still need to declare the
correct function signature to avoid a build warnings in SPL. Fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/mmc_private.h