Nico Huber has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/30217 )
Change subject: mb/lenovo/x201: Remove unneeded includes ......................................................................
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 --- M src/mainboard/lenovo/x201/acpi_tables.c M src/mainboard/lenovo/x201/mainboard.c 2 files changed, 1 insertion(+), 3 deletions(-)
Approvals: build bot (Jenkins): Verified HAOUAS Elyes: Looks good to me, approved Arthur Heymans: Looks good to me, approved
diff --git a/src/mainboard/lenovo/x201/acpi_tables.c b/src/mainboard/lenovo/x201/acpi_tables.c index 82991b2..6fd47d7 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 b8129ad..0e20afe 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>