diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2018-12-14 12:02:01 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-06-19 12:25:48 +0000 |
commit | e625d0710647a85946fec50072aeec37390e4e8c (patch) | |
tree | de80fb575135f39992dd7803be064f9901e91533 | |
parent | ac7eee405156e6f4e4c227fb9ddb28c9fdcd2317 (diff) |
mb/lenovo/x201: Remove unneeded includes
Tested: still builds fine.
Change-Id: I1ca4e42bd75a3e84afe8b30a60f02058b590416f
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/30217
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
-rw-r--r-- | src/mainboard/lenovo/x201/acpi_tables.c | 1 | ||||
-rw-r--r-- | src/mainboard/lenovo/x201/mainboard.c | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/lenovo/x201/acpi_tables.c b/src/mainboard/lenovo/x201/acpi_tables.c index 82991b267b..6fd47d7276 100644 --- a/src/mainboard/lenovo/x201/acpi_tables.c +++ b/src/mainboard/lenovo/x201/acpi_tables.c @@ -15,7 +15,6 @@ * GNU General Public License for more details. */ -#include <stdint.h> #include <southbridge/intel/ibexpeak/nvs.h> #include "thermal.h" diff --git a/src/mainboard/lenovo/x201/mainboard.c b/src/mainboard/lenovo/x201/mainboard.c index b8129ad294..0e20afe610 100644 --- a/src/mainboard/lenovo/x201/mainboard.c +++ b/src/mainboard/lenovo/x201/mainboard.c @@ -23,11 +23,10 @@ #include <ec/acpi/ec.h> #include <northbridge/intel/nehalem/nehalem.h> #include <southbridge/intel/bd82x6x/pch.h> - #include "dock.h" #include <drivers/intel/gma/int15.h> #include <cpu/x86/lapic.h> -#include <device/pci.h> +#include <device/pci_ops.h> #include <drivers/lenovo/lenovo.h> #include <arch/acpigen.h> |