From 22e6018b282c9422c9517632045301ce5fa652ec Mon Sep 17 00:00:00 2001 From: Richard Spiegel Date: Wed, 30 May 2018 17:26:11 -0700 Subject: mb/google/kahlee: Remove #include Because of struct sci_source table of events that have to generate SCI or SMI, was included to kahlee/grunt gpio.c files. However, new code transfered most of SCI/SMI/interrupt programming (with exception of events not associated to a GPIO pin), and therefore smi.h is now included by gpio.h. It was also added to some other files where they are not needed. Only smihandler.c truly needs it. Remove the includes. BUG=b:78139413 TEST=build and boot grunt. Change-Id: I64cf0796103a5226ddace03d05d94160bf93aa69 Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/26721 Reviewed-by: Marshall Dawson Tested-by: build bot (Jenkins) --- src/mainboard/google/kahlee/mainboard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mainboard/google/kahlee/mainboard.c') diff --git a/src/mainboard/google/kahlee/mainboard.c b/src/mainboard/google/kahlee/mainboard.c index e090401ddf..6f7882fa1b 100644 --- a/src/mainboard/google/kahlee/mainboard.c +++ b/src/mainboard/google/kahlee/mainboard.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3