summaryrefslogtreecommitdiff
path: root/include/fpsensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fpsensor.h')
-rw-r--r--include/fpsensor.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/fpsensor.h b/include/fpsensor.h
index a59eea1b89..3963df86a7 100644
--- a/include/fpsensor.h
+++ b/include/fpsensor.h
@@ -8,11 +8,10 @@
#ifndef __CROS_EC_FPSENSOR_H
#define __CROS_EC_FPSENSOR_H
+#include <stdint.h>
#include "common.h"
#include "ec_commands.h"
-#include <stdint.h>
-
#ifndef SPI_FP_DEVICE
#define SPI_FP_DEVICE (&spi_devices[0])
#endif