All of lore.kernel.org
 help / color / mirror / Atom feed
* drivers/xen/balloon.c: Removed duplicated include
@ 2008-07-26 11:37 Huang Weiyi
  2008-07-28 17:48 ` Jeremy Fitzhardinge
  0 siblings, 1 reply; 2+ messages in thread
From: Huang Weiyi @ 2008-07-26 11:37 UTC (permalink / raw)
  To: jeremy, chrisw; +Cc: virtualization, xen-devel

Removed duplicated include file <linux/highmem.h> in 
drivers/xen/balloon.c.

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>

diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c
index d4427cb..afdeac5 100644
--- a/drivers/xen/balloon.c
+++ b/drivers/xen/balloon.c
@@ -41,7 +41,6 @@
 #include <linux/pagemap.h>
 #include <linux/highmem.h>
 #include <linux/mutex.h>
-#include <linux/highmem.h>
 #include <linux/list.h>
 #include <linux/sysdev.h>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-28 17:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-26 11:37 drivers/xen/balloon.c: Removed duplicated include Huang Weiyi
2008-07-28 17:48 ` 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.