summaryrefslogtreecommitdiffstats
path: root/src/commonlib/storage/sdhci_display.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/sdhci_display.c
parentf369e60329afc60af69338305db090b92ba315ab (diff)
downloadcoreboot-6ec87da84f57fe0d007224dfc584db4fa3df4a0d.tar.gz
coreboot-6ec87da84f57fe0d007224dfc584db4fa3df4a0d.tar.bz2
coreboot-6ec87da84f57fe0d007224dfc584db4fa3df4a0d.zip
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_display.c')
-rw-r--r--src/commonlib/storage/sdhci_display.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commonlib/storage/sdhci_display.c b/src/commonlib/storage/sdhci_display.c
index d05e35a8d716..68747f4b861e 100644
--- a/src/commonlib/storage/sdhci_display.c
+++ b/src/commonlib/storage/sdhci_display.c
@@ -20,7 +20,6 @@
#include <commonlib/sd_mmc_ctrlr.h>
#include <commonlib/sdhci.h>
#include <commonlib/storage.h>
-#include <console/console.h>
#include "sdhci.h"
#include "sd_mmc.h"
#include "storage.h"