mb/kontron/mal10: Remove unnecessary includes

Built with BUILD_TIMELESS=1, coreboot.rom remains the same.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
Change-Id: Ibc6833d9256800d0e50651cac18a4e81ddbe6895
Reviewed-on: https://review.coreboot.org/c/coreboot/+/48144
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Singer 2020-11-30 08:57:41 +01:00 committed by Michael Niewöhner
parent 1e4c1590fb
commit b9ba0d10a2
4 changed files with 0 additions and 4 deletions

View File

@ -4,7 +4,6 @@
#define CARRIER_GPIO_H
#include <gpio.h>
#include <stddef.h>
/*
* Bidirectional GPIO port when both RX and TX buffer is enabled

View File

@ -4,7 +4,6 @@
#define VARIANT_GPIO_H
#include <gpio.h>
#include <stddef.h>
void variant_early_gpio_configure(void);

View File

@ -2,7 +2,6 @@
#include <soc/ramstage.h>
#include <carrier/gpio.h>
#include <stddef.h>
void mainboard_silicon_init_params(FSP_S_CONFIG *silconfig)
{

View File

@ -1,6 +1,5 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <string.h>
#include <soc/romstage.h>
#include <FspmUpd.h>