diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-02-01 21:36:53 +0100 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2021-02-16 17:09:20 +0000 |
commit | 485a83f1f3bb88b7fac2a3434fb7dd266814a9b2 (patch) | |
tree | 440bff714b87e1d4c4651290b8e87661a52ed563 /src/mainboard/siemens/mc_apl1 | |
parent | ff251d21d0de23228b1c10e5b78d49294171c92b (diff) |
mb/siemens/mc_apl1/variants/mc_apl2/mainboard.c: Clean includes
Change-Id: I14ec7d6faa20542707a1b6041e1ce358ce4a537a
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50204
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard/siemens/mc_apl1')
-rw-r--r-- | src/mainboard/siemens/mc_apl1/variants/mc_apl2/mainboard.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mainboard/siemens/mc_apl1/variants/mc_apl2/mainboard.c b/src/mainboard/siemens/mc_apl1/variants/mc_apl2/mainboard.c index e8cc2e6322..1baa8ec802 100644 --- a/src/mainboard/siemens/mc_apl1/variants/mc_apl2/mainboard.c +++ b/src/mainboard/siemens/mc_apl1/variants/mc_apl2/mainboard.c @@ -1,14 +1,10 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include <bootstate.h> #include <device/pci_def.h> #include <device/pci_ids.h> #include <device/pci_ops.h> -#include <hwilib.h> -#include <intelblocks/lpc_lib.h> +#include <device/device.h> #include <baseboard/variants.h> -#include <soc/pci_devs.h> -#include <types.h> void variant_mainboard_final(void) { |