All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xen: don't include unnecessary headers
@ 2007-06-06 22:37 Jeremy Fitzhardinge
  0 siblings, 0 replies; only message in thread
From: Jeremy Fitzhardinge @ 2007-06-06 22:37 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux Kernel Mailing List, Rusty Russell, Andi Kleen

Strays left over from the first implementation of
paravirt_disable_iospace().

Signed-off-by: Jeremy Fitzhardinge <jeremy@xensource.com>

---
 arch/i386/xen/setup.c |    2 --
 1 file changed, 2 deletions(-)

===================================================================
--- a/arch/i386/xen/setup.c
+++ b/arch/i386/xen/setup.c
@@ -8,14 +8,12 @@
 #include <linux/mm.h>
 #include <linux/sched.h>
 #include <linux/pm.h>
-#include <linux/ioport.h>
 
 #include <asm/elf.h>
 #include <asm/e820.h>
 #include <asm/setup.h>
 #include <asm/xen/hypervisor.h>
 #include <asm/xen/hypercall.h>
-#include <asm/io.h>
 
 #include <xen/interface/physdev.h>
 #include <xen/features.h>


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

only message in thread, other threads:[~2007-06-06 22:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-06 22:37 [PATCH] xen: don't include unnecessary headers Jeremy Fitzhardinge

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.