From e9a0130879bca97462c6184f1d368f773e00e8a0 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 26 Oct 2018 15:06:33 +0200 Subject: src: Remove unneeded include Change-Id: I40f8b4c7cbc55e16929b1f40d18bb5a9c19845da Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29289 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/soc/intel/quark/chip.c | 1 - src/soc/intel/quark/fsp1_1.c | 2 +- src/soc/intel/quark/fsp2_0.c | 2 +- src/soc/intel/quark/northcluster.c | 1 - src/soc/intel/quark/romstage/mtrr.c | 1 - src/soc/intel/quark/romstage/pcie.c | 1 - src/soc/intel/quark/sd.c | 1 - 7 files changed, 2 insertions(+), 7 deletions(-) (limited to 'src/soc/intel/quark') diff --git a/src/soc/intel/quark/chip.c b/src/soc/intel/quark/chip.c index 2f8b8267d1..59f8d1b474 100644 --- a/src/soc/intel/quark/chip.c +++ b/src/soc/intel/quark/chip.c @@ -15,7 +15,6 @@ */ #include -#include #include #include #include diff --git a/src/soc/intel/quark/fsp1_1.c b/src/soc/intel/quark/fsp1_1.c index 1178031f8d..41dbb6c594 100644 --- a/src/soc/intel/quark/fsp1_1.c +++ b/src/soc/intel/quark/fsp1_1.c @@ -13,7 +13,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ -#include + #include #include diff --git a/src/soc/intel/quark/fsp2_0.c b/src/soc/intel/quark/fsp2_0.c index 2487cdebd3..d96d410f9a 100644 --- a/src/soc/intel/quark/fsp2_0.c +++ b/src/soc/intel/quark/fsp2_0.c @@ -12,7 +12,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. */ -#include + #include #include diff --git a/src/soc/intel/quark/northcluster.c b/src/soc/intel/quark/northcluster.c index 124d767d13..01ff6b522e 100644 --- a/src/soc/intel/quark/northcluster.c +++ b/src/soc/intel/quark/northcluster.c @@ -16,7 +16,6 @@ */ #include -#include #include #include #include diff --git a/src/soc/intel/quark/romstage/mtrr.c b/src/soc/intel/quark/romstage/mtrr.c index e6bb51fd25..6f2f00c862 100644 --- a/src/soc/intel/quark/romstage/mtrr.c +++ b/src/soc/intel/quark/romstage/mtrr.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ -#include #include #include #include diff --git a/src/soc/intel/quark/romstage/pcie.c b/src/soc/intel/quark/romstage/pcie.c index 24dcf23ffb..bdc3902e6c 100644 --- a/src/soc/intel/quark/romstage/pcie.c +++ b/src/soc/intel/quark/romstage/pcie.c @@ -13,7 +13,6 @@ * GNU General Public License for more details. */ -#include #include #include #include diff --git a/src/soc/intel/quark/sd.c b/src/soc/intel/quark/sd.c index e41afa4acd..a95e2f7272 100644 --- a/src/soc/intel/quark/sd.c +++ b/src/soc/intel/quark/sd.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3