From: Adrian Bunk Date: Sun, 13 Apr 2008 18:15:52 +0000 (+0300) Subject: mmc: sdio_ops.c should #include "sdio_ops.h" X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e70aa3fac1ac50c7a75ac676a1489dd1ea3b4be5;p=linux-beck.git mmc: sdio_ops.c should #include "sdio_ops.h" Every file should include the headers containing the externs for its global functions. Signed-off-by: Adrian Bunk Signed-off-by: Pierre Ossman --- diff --git a/drivers/mmc/core/sdio_ops.c b/drivers/mmc/core/sdio_ops.c index e1fca588e385..c8fa095a4488 100644 --- a/drivers/mmc/core/sdio_ops.c +++ b/drivers/mmc/core/sdio_ops.c @@ -17,6 +17,7 @@ #include #include "core.h" +#include "sdio_ops.h" int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr) {