summaryrefslogtreecommitdiff
path: root/src/commonlib/storage/bouncebuf.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-06-01 14:54:11 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2018-06-04 02:40:08 +0000
commit6ec87da84f57fe0d007224dfc584db4fa3df4a0d (patch)
treec279ca200ef83a96c6f9eb692a31fa88c33a8507 /src/commonlib/storage/bouncebuf.c
parentf369e60329afc60af69338305db090b92ba315ab (diff)
downloadcoreboot-6ec87da84f57fe0d007224dfc584db4fa3df4a0d.tar.xz
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/bouncebuf.c')
-rw-r--r--src/commonlib/storage/bouncebuf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commonlib/storage/bouncebuf.c b/src/commonlib/storage/bouncebuf.c
index c8125aaa42..6ddfb70af5 100644
--- a/src/commonlib/storage/bouncebuf.c
+++ b/src/commonlib/storage/bouncebuf.c
@@ -16,7 +16,6 @@
*/
#include <arch/cache.h>
-#include <console/console.h>
#include "bouncebuf.h"
#include <halt.h>
#include "storage.h"