From d2b9ec13622d34714b4ecf8b9daf53b32665d3d7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 27 Oct 2018 09:41:02 +0200 Subject: src: Remove unneeded include "{arch,cpu}/cpu.h" Change-Id: I17c4fc4e3e2eeef7c720c6a020b37d8f7a0f57a4 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29300 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/northbridge/amd/amdht/h3finit.c | 2 +- src/northbridge/amd/amdht/h3ncmn.c | 2 +- src/northbridge/amd/amdht/ht_wrapper.c | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) (limited to 'src/northbridge/amd/amdht') diff --git a/src/northbridge/amd/amdht/h3finit.c b/src/northbridge/amd/amdht/h3finit.c index 8a85734ea9..ee1a4d4d30 100644 --- a/src/northbridge/amd/amdht/h3finit.c +++ b/src/northbridge/amd/amdht/h3finit.c @@ -27,6 +27,7 @@ #include "h3gtopo.h" #include "AsPsNb.h" +#include #include #include #include @@ -36,7 +37,6 @@ #include #include - /*---------------------------------------------------------------------------- * DEFINITIONS AND MACROS * diff --git a/src/northbridge/amd/amdht/h3ncmn.c b/src/northbridge/amd/amdht/h3ncmn.c index 6542ae4df9..1294bb3da7 100644 --- a/src/northbridge/amd/amdht/h3ncmn.c +++ b/src/northbridge/amd/amdht/h3ncmn.c @@ -28,6 +28,7 @@ #include "h3ffeat.h" #include "AsPsNb.h" +#include #include #include #include @@ -36,7 +37,6 @@ #include #include - /*---------------------------------------------------------------------------- * DEFINITIONS AND MACROS * diff --git a/src/northbridge/amd/amdht/ht_wrapper.c b/src/northbridge/amd/amdht/ht_wrapper.c index 08ecb4d300..05b8d12fdc 100644 --- a/src/northbridge/amd/amdht/ht_wrapper.c +++ b/src/northbridge/amd/amdht/ht_wrapper.c @@ -14,6 +14,7 @@ * GNU General Public License for more details. */ +#include #include #include #include "ht_wrapper.h" -- cgit v1.2.3