summaryrefslogtreecommitdiff
path: root/src/arch/mips/include/arch/hlt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/mips/include/arch/hlt.h')
-rw-r--r--src/arch/mips/include/arch/hlt.h2
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 (;;)