diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2012-11-28 21:22:43 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-17 10:41:46 -0800 |
commit | 10d498b13f73f6c171f974d32d231740e6fbb98c (patch) | |
tree | c7297ddac14147675d20bd044dd97066c58906f8 /drivers/hv | |
parent | 8292ac21f35b94e9ce717bcd038dad92a42d8396 (diff) |
hv: hv_balloon: remove duplicated include from hv_balloon.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: K. Y. Srinivasan <kys@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/hv')
-rw-r--r-- | drivers/hv/hv_balloon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/hv/hv_balloon.c b/drivers/hv/hv_balloon.c index f6c0011a0337..0ce08c401dc4 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> |