[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080413181552.GI2182@cs181133002.pp.htv.fi>
Date: Sun, 13 Apr 2008 21:15:52 +0300
From: Adrian Bunk <bunk@...nel.org>
To: drzeus-mmc@...eus.cx
Cc: linux-kernel@...r.kernel.org
Subject: [2.6 patch] mmc/core/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@...nel.org>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists