[PATCH] x86 apic: Including a header once is enough, no need to doit twice (asm/atomic.h)

From: Jesper Juhl
Date: Sun Nov 07 2010 - 17:08:43 EST



In arch/x86/kernel/apic/apic.c, <asm/atomic.h> is included twice. Once is
enough.


Signed-off-by: Jesper Juhl <jj@xxxxxxxxxxxxx>
---
apic.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/arch/x86/kernel/apic/apic.c b/arch/x86/kernel/apic/apic.c
index 850657d..3f838d5 100644
--- a/arch/x86/kernel/apic/apic.c
+++ b/arch/x86/kernel/apic/apic.c
@@ -52,7 +52,6 @@
#include <asm/mce.h>
#include <asm/kvm_para.h>
#include <asm/tsc.h>
-#include <asm/atomic.h>

unsigned int num_processors;



--
Jesper Juhl <jj@xxxxxxxxxxxxx> http://www.chaosbits.net/
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/