Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755900Ab1DKUGk (ORCPT ); Mon, 11 Apr 2011 16:06:40 -0400 Received: from exprod5og113.obsmtp.com ([64.18.0.26]:52118 "EHLO exprod5og113.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755751Ab1DKUGk (ORCPT ); Mon, 11 Apr 2011 16:06:40 -0400 From: Andrei Warkentin To: linux-kernel@vger.kernel.org Cc: gregkh@suse.de, hjanssen@microsoft.com, haiyangz@microsoft.com, Andrei Warkentin Subject: [PATCH] HV SynthHID: Fix compile error. Date: Mon, 11 Apr 2011 15:01:32 -0500 Message-Id: <1302552092-8580-2-git-send-email-andreiw@motorola.com> X-Mailer: git-send-email 1.7.0.4 In-Reply-To: <1302552092-8580-1-git-send-email-andreiw@motorola.com> References: <1302552092-8580-1-git-send-email-andreiw@motorola.com> X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 782 Lines: 27 Missing include for Signed-off-by: Andrei Warkentin --- drivers/staging/hv/hv_mouse.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c index 50147f8..c5020c0 100644 --- a/drivers/staging/hv/hv_mouse.c +++ b/drivers/staging/hv/hv_mouse.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "hv_api.h" #include "logging.h" -- 1.7.0.4 -- 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/