summaryrefslogtreecommitdiff
path: root/include/fan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fan.h')
-rw-r--r--include/fan.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/fan.h b/include/fan.h
index 7c64f4e31b..31af7a58ff 100644
--- a/include/fan.h
+++ b/include/fan.h
@@ -8,10 +8,6 @@
#ifndef __CROS_EC_FAN_H
#define __CROS_EC_FAN_H
-#include "config.h"
-
-#include <stdint.h>
-
#ifdef CONFIG_ZEPHYR
#ifdef CONFIG_PLATFORM_EC_FAN
@@ -44,7 +40,6 @@ struct fan_rpm {
int rpm_min;
int rpm_start;
int rpm_max;
- uint8_t rpm_deviation;
};
/* Characteristic of each physical fan */