Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e70aa3fa authored by Adrian Bunk's avatar Adrian Bunk Committed by Pierre Ossman
Browse files

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: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarPierre Ossman <drzeus@drzeus.cx>
parent 98b843be
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
#include <linux/mmc/sdio.h>

#include "core.h"
#include "sdio_ops.h"

int mmc_send_io_op_cond(struct mmc_host *host, u32 ocr, u32 *rocr)
{