All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] hv: hv_balloon: remove duplicated include from hv_balloon.c
@ 2012-11-29  2:22 Wei Yongjun
  2012-11-29 17:08 ` KY Srinivasan
  2012-11-29 17:09 ` KY Srinivasan
  0 siblings, 2 replies; 5+ messages in thread
From: Wei Yongjun @ 2012-11-29  2:22 UTC (permalink / raw)
  To: kys, haiyangz; +Cc: yongjun_wei, devel, linux-kernel

From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>

Remove duplicated include.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
 drivers/hv/hv_balloon.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c
index f6c0011..0ce08c4 100644
--- a/drivers/hv/hv_balloon.c
+++ b/drivers/hv/hv_balloon.c
@@ -29,7 +29,6 @@
 #include <linux/memory_hotplug.h>
 #include <linux/memory.h>
 #include <linux/notifier.h>
-#include <linux/mman.h>
 #include <linux/percpu_counter.h>
 
 #include <linux/hyperv.h>


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

end of thread, other threads:[~2012-11-29 17:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-29  2:22 [PATCH -next] hv: hv_balloon: remove duplicated include from hv_balloon.c Wei Yongjun
2012-11-29 17:08 ` KY Srinivasan
2012-11-29 17:09 ` KY Srinivasan
2012-11-29 17:31   ` Greg KH
2012-11-29 17:36     ` KY Srinivasan

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.