summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark/include/soc/pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/quark/include/soc/pm.h')
-rw-r--r--src/soc/intel/quark/include/soc/pm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/quark/include/soc/pm.h b/src/soc/intel/quark/include/soc/pm.h
index c682a2430071..a3fb02f7dbd0 100644
--- a/src/soc/intel/quark/include/soc/pm.h
+++ b/src/soc/intel/quark/include/soc/pm.h
@@ -25,10 +25,6 @@ struct chipset_power_state {
} __packed;
struct chipset_power_state *get_power_state(void);
-#if IS_ENABLED(CONFIG_PLATFORM_USES_FSP1_1)
-struct chipset_power_state *fill_power_state(void);
-#else
int fill_power_state(void);
-#endif
#endif /* _SOC_PM_H_ */