[2.6 patch] mmc/core/sdio_ops.c should #include "sdio_ops.h"

From: Adrian Bunk
Date: Sun Apr 13 2008 - 14:18:30 EST


Every file should include the headers containing the externs for its
global functions.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>

---
74cc02b17c51b27632b49e7092ba4f79ff6f2f26 diff --git a/drivers/mmc/core/sdio_ops.c b/drivers/mmc/core/sdio_ops.c
index e1fca58..c8fa095 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)
{

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/