summaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/qcs405
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2019-04-23 21:31:24 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-04-23 19:48:34 +0000
commitc323963bede283493e4cb8fad1bca1ce3342b90f (patch)
tree0c26ad2b86cf9998ff6bbb37b77e9622d309eef7 /src/soc/qualcomm/qcs405
parent4b766393e2436bc678a4717043522a77cbddd2f8 (diff)
downloadcoreboot-c323963bede283493e4cb8fad1bca1ce3342b90f.tar.xz
soc/qualcomm/qcs405: add console.h include
Change-Id: I556d00e8b06f631a5ca51ae2b5ba646e5f536480 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32422 Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/qualcomm/qcs405')
-rw-r--r--src/soc/qualcomm/qcs405/clock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/qualcomm/qcs405/clock.c b/src/soc/qualcomm/qcs405/clock.c
index ebad13b721..302652ba71 100644
--- a/src/soc/qualcomm/qcs405/clock.c
+++ b/src/soc/qualcomm/qcs405/clock.c
@@ -12,6 +12,7 @@
* GNU General Public License for more details.
*/
+#include <console/console.h>
#include <device/mmio.h>
#include <types.h>
#include <delay.h>