From 19ea62e19dabdaef4032ab40e7ff9b2ac79d9b81 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 12 Dec 2018 15:11:01 +0100 Subject: southbridge: Remove useless include Change-Id: Ia640131479d4221ccd84613033f28de3932b8bff Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/30120 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- src/southbridge/amd/sb700/bootblock.c | 1 - src/southbridge/amd/sb700/sb700.h | 1 - 2 files changed, 2 deletions(-) (limited to 'src/southbridge/amd/sb700') diff --git a/src/southbridge/amd/sb700/bootblock.c b/src/southbridge/amd/sb700/bootblock.c index e77db5ced9..364fa01c51 100644 --- a/src/southbridge/amd/sb700/bootblock.c +++ b/src/southbridge/amd/sb700/bootblock.c @@ -16,7 +16,6 @@ #include #include -#include #define IO_MEM_PORT_DECODE_ENABLE_5 0x48 #define IO_MEM_PORT_DECODE_ENABLE_6 0x4a diff --git a/src/southbridge/amd/sb700/sb700.h b/src/southbridge/amd/sb700/sb700.h index 73c0b3740b..0b638f65c4 100644 --- a/src/southbridge/amd/sb700/sb700.h +++ b/src/southbridge/amd/sb700/sb700.h @@ -17,7 +17,6 @@ #ifndef SB700_H #define SB700_H -#include #include "chip.h" /* Power management index/data registers */ -- cgit v1.2.3