summaryrefslogtreecommitdiff
path: root/common/fan.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/fan.c')
-rw-r--r--common/fan.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/fan.c b/common/fan.c
index b080253944..9d9c0f68fc 100644
--- a/common/fan.c
+++ b/common/fan.c
@@ -339,7 +339,6 @@ BUILD_ASSERT(CONFIG_FANS <= EC_FAN_SPEED_ENTRIES);
struct pwm_fan_state {
uint16_t fan_rpm;
uint8_t fan_en;
- char pad; /* Pad to multiple of 4 bytes. */
};
static void pwm_fan_init(void)