diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-02-10 10:58:37 +0000 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2011-03-15 13:48:58 -0400 |
commit | ce1014965ae2538e7447b19879bd0e8109690b79 (patch) | |
tree | 502215d08a44cfa566948776a9709a386d08c6f1 /drivers/mmc | |
parent | 50cec37c1ac24e9a02b845242a4712e2fb092b5c (diff) |
mmc: Ensure prototypes for SD API are visible in sd.c
So we know the implementation and prototypes agree with each other.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Reviewed-by: Chris Ball <cjb@laptop.org>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/core/sd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mmc/core/sd.c b/drivers/mmc/core/sd.c index d18c32bca99b..6dac89fe0535 100644 --- a/drivers/mmc/core/sd.c +++ b/drivers/mmc/core/sd.c @@ -21,6 +21,7 @@ #include "core.h" #include "bus.h" #include "mmc_ops.h" +#include "sd.h" #include "sd_ops.h" static const unsigned int tran_exp[] = { |