aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/stout/ec.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/google/stout/ec.h')
-rw-r--r--src/mainboard/google/stout/ec.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mainboard/google/stout/ec.h b/src/mainboard/google/stout/ec.h
index 8c7882f565..f035e246be 100644
--- a/src/mainboard/google/stout/ec.h
+++ b/src/mainboard/google/stout/ec.h
@@ -22,10 +22,7 @@
#define EC_SMI_LID_CLOSED 0x2B
#ifndef __ACPI__
-extern void stout_ec_init(void);
-#endif
-
-#ifdef __SMM__
+void stout_ec_init(void);
void stout_ec_finalize_smm(void);
#endif