linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] x86 apic: Including a header once is enough, no need to do it twice (asm/atomic.h)
@ 2010-11-07 21:57 Jesper Juhl
  0 siblings, 0 replies; only message in thread
From: Jesper Juhl @ 2010-11-07 21:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: Ingo Molnar, x86


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


Signed-off-by: Jesper Juhl <jj@chaosbits.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@chaosbits.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.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-11-07 22:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-07 21:57 [PATCH] x86 apic: Including a header once is enough, no need to do it twice (asm/atomic.h) Jesper Juhl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).