diff options
Diffstat (limited to 'src/include/elog.h')
-rw-r--r-- | src/include/elog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/elog.h b/src/include/elog.h index b94a281e3c..3f949bf384 100644 --- a/src/include/elog.h +++ b/src/include/elog.h @@ -171,11 +171,7 @@ static inline int elog_smbios_write_type15(unsigned long *current, extern u32 gsmi_exec(u8 command, u32 *param); -#if CONFIG_ELOG_BOOT_COUNT u32 boot_count_read(void); u32 boot_count_increment(void); -#else -static inline u32 boot_count_read(void) { return 0; } -#endif /* CONFIG_ELOG_BOOT_COUNT */ #endif /* ELOG_H_ */ |