summaryrefslogtreecommitdiff
path: root/src/arch/x86/include/arch/smp/atomic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/include/arch/smp/atomic.h')
-rw-r--r--src/arch/x86/include/arch/smp/atomic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/x86/include/arch/smp/atomic.h b/src/arch/x86/include/arch/smp/atomic.h
index b12da12e54..75650c7f98 100644
--- a/src/arch/x86/include/arch/smp/atomic.h
+++ b/src/arch/x86/include/arch/smp/atomic.h
@@ -14,8 +14,6 @@
#ifndef ARCH_SMP_ATOMIC_H
#define ARCH_SMP_ATOMIC_H
-#include <compiler.h>
-
/*
* Make sure gcc doesn't try to be clever and move things around
* on us. We need to use _exactly_ the address the user gave us,