From 6f2de3c3f02a4d903a19327c8e2f96610b7a2e07 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Mon, 14 Oct 2019 20:51:52 +0200 Subject: src/superio: Remove unused 'include ' Change-Id: Ia08e27da51f1f523232379960dc21c1ba4849932 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/36046 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/superio/fintek/common/fan_control.h | 1 - src/superio/fintek/f81803a/fan_control.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src/superio/fintek') diff --git a/src/superio/fintek/common/fan_control.h b/src/superio/fintek/common/fan_control.h index fbe784bfa1..c3167782be 100644 --- a/src/superio/fintek/common/fan_control.h +++ b/src/superio/fintek/common/fan_control.h @@ -18,7 +18,6 @@ #define SUPERIO_FINTEK_FAN_CONTROL_H #include -#include typedef enum { IGNORE_SENSOR = 0, diff --git a/src/superio/fintek/f81803a/fan_control.c b/src/superio/fintek/f81803a/fan_control.c index 17ae9c6a20..41fd0d3d50 100644 --- a/src/superio/fintek/f81803a/fan_control.c +++ b/src/superio/fintek/f81803a/fan_control.c @@ -14,6 +14,7 @@ * GNU General Public License for more details. */ +#include #include #include "../common/fan_control.h" #include "f81803a_hwm.h" -- cgit v1.2.3