summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorchrome-bot <chrome-bot@google.com>2012-02-06 17:03:28 -0800
committerGerrit Code Review <gerrit@gerrit-int.golo.chromium.org>2012-02-06 17:03:28 -0800
commitd3e1de758cfa3a7dd990f0fb63eddbb1ae870418 (patch)
tree722091d94d80571eb74130a0f6ddee1fc93fc174 /include
parent1f0e7dc97b1a0e1cb6e831264be96071a46ff4ca (diff)
parent53c1c20fb8d615992e3c2f76646d6af9492dd18d (diff)
downloadchrome-ec-d3e1de758cfa3a7dd990f0fb63eddbb1ae870418.tar.gz
Merge "Additional compilation fix-ups for non-LM4 targets"
Diffstat (limited to 'include')
-rw-r--r--include/temp_sensor.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/temp_sensor.h b/include/temp_sensor.h
index b5441de01d..df937112e1 100644
--- a/include/temp_sensor.h
+++ b/include/temp_sensor.h
@@ -11,9 +11,6 @@
#include "common.h"
#include "board.h"
-/* forward declaration */
-enum temp_sensor_id;
-
/* "enum temp_sensor_id" must be defined for each board in board.h. */
struct temp_sensor_t {
const char* name;