aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/bd82x6x/early_pch.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-06-16 18:39:26 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-07-02 07:39:01 +0000
commit10b65dcfc76f62bf97c93f4a8e51a2269e5c040e (patch)
tree119b6be4ae51bc97dc6f66c37d7a11fa39d2409a /src/southbridge/intel/bd82x6x/early_pch.c
parent4ad1446b8333b258110d275c58d17b2d9ebbfa23 (diff)
src/sb: Fix non-local header treated as local
Remove some unneeded includes. Change-Id: I4b9bcb74b6441db9e44fe471b9cd789e42e7093a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27130 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/southbridge/intel/bd82x6x/early_pch.c')
-rw-r--r--src/southbridge/intel/bd82x6x/early_pch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/southbridge/intel/bd82x6x/early_pch.c b/src/southbridge/intel/bd82x6x/early_pch.c
index 4015495e4e..1254a16dc0 100644
--- a/src/southbridge/intel/bd82x6x/early_pch.c
+++ b/src/southbridge/intel/bd82x6x/early_pch.c
@@ -13,7 +13,6 @@
* GNU General Public License for more details.
*/
-#include <console/console.h>
#include <string.h>
#include <arch/io.h>
#include <cbmem.h>
@@ -26,7 +25,7 @@
#include "pch.h"
/* For DMI bar. */
-#include "northbridge/intel/sandybridge/sandybridge.h"
+#include <northbridge/intel/sandybridge/sandybridge.h>
#define SOUTHBRIDGE PCI_DEV(0, 0x1f, 0)