mmc: sdio_ops.c should #include "sdio_ops.h"
authorAdrian Bunk <bunk@kernel.org>
Sun, 13 Apr 2008 18:15:52 +0000 (21:15 +0300)
committerPierre Ossman <drzeus@drzeus.cx>
Fri, 18 Apr 2008 18:05:33 +0000 (20:05 +0200)
commite70aa3fac1ac50c7a75ac676a1489dd1ea3b4be5
treedb9268c9e3e376a2f6d4780ec377e09b697b6c4d
parent98b843be56079ad26fe4b9e421fd11b0598b85f3
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>
drivers/mmc/core/sdio_ops.c