summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-04-13 21:15:52 +0300
committerPierre Ossman <drzeus@drzeus.cx>2008-04-18 20:05:33 +0200
commite70aa3fac1ac50c7a75ac676a1489dd1ea3b4be5 (patch)
treedb9268c9e3e376a2f6d4780ec377e09b697b6c4d /drivers/mmc
parent98b843be56079ad26fe4b9e421fd11b0598b85f3 (diff)
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/core/sdio_ops.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/sdio_ops.c b/drivers/mmc/core/sdio_ops.c
index e1fca588e38..c8fa095a448 100644
--- a/drivers/mmc/core/sdio_ops.c
+++ b/drivers/mmc/core/sdio_ops.c
@@ -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)
{