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, 2 insertions, 1 deletions
diff --git a/include/fpsensor.h b/include/fpsensor.h
index 3963df86a7..a59eea1b89 100644
--- a/include/fpsensor.h
+++ b/include/fpsensor.h
@@ -8,10 +8,11 @@
#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