Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754975Ab2K2CWp (ORCPT ); Wed, 28 Nov 2012 21:22:45 -0500 Received: from mail-qc0-f174.google.com ([209.85.216.174]:37521 "EHLO mail-qc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754852Ab2K2CWo (ORCPT ); Wed, 28 Nov 2012 21:22:44 -0500 MIME-Version: 1.0 Date: Wed, 28 Nov 2012 21:22:43 -0500 Message-ID: Subject: [PATCH -next] hv: hv_balloon: remove duplicated include from hv_balloon.c From: Wei Yongjun To: kys@microsoft.com, haiyangz@microsoft.com Cc: yongjun_wei@trendmicro.com.cn, devel@linuxdriverproject.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 802 Lines: 27 From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- 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 #include #include -#include #include #include -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/