diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-06-01 14:54:11 +0200 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2018-06-04 02:40:08 +0000 |
commit | 6ec87da84f57fe0d007224dfc584db4fa3df4a0d (patch) | |
tree | c279ca200ef83a96c6f9eb692a31fa88c33a8507 /src/commonlib/storage/sdhci.c | |
parent | f369e60329afc60af69338305db090b92ba315ab (diff) |
src/commonlib/storage: Move include <console.h> to sd_mmc.h
Non of the .c files is using a function from console.h directly.
Include console.h is moved to sd_mmc.h, where sdhc_error("msg..") is
defined.
Change-Id: Ic9283f227a37785056b9fac216fabcac054066a0
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/26752
Reviewed-by: Nico Huber <nico.h@gmx.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/commonlib/storage/sdhci.c')
-rw-r--r-- | src/commonlib/storage/sdhci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commonlib/storage/sdhci.c b/src/commonlib/storage/sdhci.c index a5508ee032..158e28b648 100644 --- a/src/commonlib/storage/sdhci.c +++ b/src/commonlib/storage/sdhci.c @@ -19,7 +19,6 @@ #include <assert.h> #include "bouncebuf.h" -#include <console/console.h> #include <commonlib/sd_mmc_ctrlr.h> #include <commonlib/sdhci.h> #include <commonlib/storage.h> |