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 <bunk@kernel.org>
Signed-off-by: Pierre Ossman <drzeus@drzeus.cx>
This commit is contained in:
Adrian Bunk 2008-04-13 21:15:52 +03:00 committed by Pierre Ossman
parent 98b843be56
commit e70aa3fac1
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{