projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98b843b
)
mmc: sdio_ops.c should #include "sdio_ops.h"
author
Adrian Bunk
<bunk@kernel.org>
Sun, 13 Apr 2008 18:15:52 +0000
(21:15 +0300)
committer
Pierre Ossman
<drzeus@drzeus.cx>
Fri, 18 Apr 2008 18:05:33 +0000
(20:05 +0200)
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>
drivers/mmc/core/sdio_ops.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mmc/core/sdio_ops.c
b/drivers/mmc/core/sdio_ops.c
index e1fca588e3853b5a10c477b6bd55ee7078fd19b8..c8fa095a4488689bb9ae35dee41bd482abe3a157 100644
(file)
--- 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)
{