diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-04-13 21:15:52 +0300 |
---|---|---|
committer | Pierre Ossman <drzeus@drzeus.cx> | 2008-04-18 20:05:33 +0200 |
commit | e70aa3fac1ac50c7a75ac676a1489dd1ea3b4be5 (patch) | |
tree | db9268c9e3e376a2f6d4780ec377e09b697b6c4d /drivers/mmc | |
parent | 98b843be56079ad26fe4b9e421fd11b0598b85f3 (diff) | |
download | talos-op-linux-e70aa3fac1ac50c7a75ac676a1489dd1ea3b4be5.tar.gz talos-op-linux-e70aa3fac1ac50c7a75ac676a1489dd1ea3b4be5.zip |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/sdio_ops.c b/drivers/mmc/core/sdio_ops.c index e1fca588e385..c8fa095a4488 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) { |