summaryrefslogtreecommitdiff
path: root/src/mainboard/google/butterfly/ec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/butterfly/ec.h')
-rw-r--r--src/mainboard/google/butterfly/ec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/butterfly/ec.h b/src/mainboard/google/butterfly/ec.h
index 1c837cb649..87021b1fcf 100644
--- a/src/mainboard/google/butterfly/ec.h
+++ b/src/mainboard/google/butterfly/ec.h
@@ -8,7 +8,7 @@
/* EC SMI sources TODO: MLR- make defines */
#ifndef __ACPI__
-extern void butterfly_ec_init(void);
+void butterfly_ec_init(void);
#endif
#endif // BUTTERFLY_EC_H