diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-26 15:06:33 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 09:50:29 +0000 |
commit | e9a0130879bca97462c6184f1d368f773e00e8a0 (patch) | |
tree | d34cc086ff3a15f02bc20412de589cdabcf13c5f /src/southbridge/intel/bd82x6x | |
parent | ead574ed020063f1e6efe5289669ab67e2a76780 (diff) |
src: Remove unneeded include <console/console.h>
Change-Id: I40f8b4c7cbc55e16929b1f40d18bb5a9c19845da
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29289
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/southbridge/intel/bd82x6x')
-rw-r--r-- | src/southbridge/intel/bd82x6x/early_usb_mrc.c | 1 | ||||
-rw-r--r-- | src/southbridge/intel/bd82x6x/elog.c | 1 | ||||
-rw-r--r-- | src/southbridge/intel/bd82x6x/smbus.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/southbridge/intel/bd82x6x/early_usb_mrc.c b/src/southbridge/intel/bd82x6x/early_usb_mrc.c index 4b9061e800..8006d95fd9 100644 --- a/src/southbridge/intel/bd82x6x/early_usb_mrc.c +++ b/src/southbridge/intel/bd82x6x/early_usb_mrc.c @@ -15,7 +15,6 @@ */ #include <arch/io.h> -#include <console/console.h> #include <device/pci_ids.h> #include <device/pci_def.h> #include "pch.h" diff --git a/src/southbridge/intel/bd82x6x/elog.c b/src/southbridge/intel/bd82x6x/elog.c index 814ff80598..3299d4b9d1 100644 --- a/src/southbridge/intel/bd82x6x/elog.c +++ b/src/southbridge/intel/bd82x6x/elog.c @@ -15,7 +15,6 @@ #include <arch/io.h> #include <arch/acpi.h> -#include <console/console.h> #include <device/device.h> #include <device/pci.h> #include <device/pci_ops.h> diff --git a/src/southbridge/intel/bd82x6x/smbus.c b/src/southbridge/intel/bd82x6x/smbus.c index 1754734f03..908380626c 100644 --- a/src/southbridge/intel/bd82x6x/smbus.c +++ b/src/southbridge/intel/bd82x6x/smbus.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include <console/console.h> #include <device/device.h> #include <device/path.h> #include <device/smbus.h> |