diff options
Diffstat (limited to 'src/arch/mips')
-rw-r--r-- | src/arch/mips/include/arch/hlt.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/mips/include/arch/hlt.h b/src/arch/mips/include/arch/hlt.h index dd66c440ab..703773ba20 100644 --- a/src/arch/mips/include/arch/hlt.h +++ b/src/arch/mips/include/arch/hlt.h @@ -16,8 +16,6 @@ #ifndef __MIPS_ARCH_HLT_H #define __MIPS_ARCH_HLT_H -#include <compiler.h> - static inline __always_inline void hlt(void) { for (;;) |