aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/include')
-rw-r--r--src/soc/intel/broadwell/include/soc/cpu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/broadwell/include/soc/cpu.h b/src/soc/intel/broadwell/include/soc/cpu.h
index b8ef761e38..bc5d2d76bd 100644
--- a/src/soc/intel/broadwell/include/soc/cpu.h
+++ b/src/soc/intel/broadwell/include/soc/cpu.h
@@ -54,6 +54,4 @@ static inline u32 cpu_stepping(void)
return cpuid_eax(1) & 0xf;
}
-int cpu_is_ult(void);
-
#endif