Skip to content

Commit

Permalink
mmc: sdio_ops.c should #include "sdio_ops.h"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Pierre Ossman committed Apr 18, 2008
1 parent 98b843b commit e70aa3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mmc/core/sdio_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit e70aa3f

Please sign in to comment.