[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.LNX.2.00.1011072253360.26247@swampdragon.chaosbits.net>
Date: Sun, 7 Nov 2010 22:57:18 +0100 (CET)
From: Jesper Juhl <jj@...osbits.net>
To: linux-kernel@...r.kernel.org
cc: Ingo Molnar <mingo@...hat.com>, x86@...nel.org
Subject: [PATCH] x86 apic: Including a header once is enough, no need to do
it twice (asm/atomic.h)
In arch/x86/kernel/apic/apic.c, <asm/atomic.h> is included twice. Once is
enough.
Signed-off-by: Jesper Juhl <jj@...osbits.net>
---
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@...osbits.net> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists