diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-04-05 18:11:19 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-04-23 10:01:21 +0000 |
commit | 351e3e520ba71b4aafaf930af37f78b71c1d7251 (patch) | |
tree | eb872d8fb0aaefad7b313e9dd5e31fe1e7cf3242 /src/northbridge/amd/amdht | |
parent | 20eaef024cb06677de10d018e6f70c28d1841290 (diff) |
src: Use include <console/console.h> when appropriate
Change-Id: Iddba5b03fc554a6edc4b26458d834e47958a6b08
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32214
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Reviewed-by: David Guckian
Diffstat (limited to 'src/northbridge/amd/amdht')
-rw-r--r-- | src/northbridge/amd/amdht/h3ncmn.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdht/h3ncmn.h b/src/northbridge/amd/amdht/h3ncmn.h index f4a782d63b..c007089e03 100644 --- a/src/northbridge/amd/amdht/h3ncmn.h +++ b/src/northbridge/amd/amdht/h3ncmn.h @@ -19,8 +19,8 @@ #include <inttypes.h> #include <device/pci.h> -#include <console/console.h> #include <cpu/amd/msr.h> + #include "comlib.h" #include "h3finit.h" #include "h3ffeat.h" |