Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755996Ab1DKUOg (ORCPT ); Mon, 11 Apr 2011 16:14:36 -0400 Received: from exprod5og113.obsmtp.com ([64.18.0.26]:33440 "EHLO exprod5og113.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755846Ab1DKUOf convert rfc822-to-8bit (ORCPT ); Mon, 11 Apr 2011 16:14:35 -0400 MIME-Version: 1.0 In-Reply-To: <20110411192733.GB23059@suse.de> References: <1302552092-8580-1-git-send-email-andreiw@motorola.com> <1302552092-8580-2-git-send-email-andreiw@motorola.com> <20110411192733.GB23059@suse.de> Date: Mon, 11 Apr 2011 15:14:33 -0500 Message-ID: Subject: Re: [PATCH] HV SynthHID: Fix compile error. From: Andrei Warkentin To: Greg KH Cc: linux-kernel@vger.kernel.org, hjanssen@microsoft.com, haiyangz@microsoft.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1196 Lines: 36 On Mon, Apr 11, 2011 at 2:27 PM, Greg KH wrote: > On Mon, Apr 11, 2011 at 03:01:32PM -0500, Andrei Warkentin wrote: >> 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 > > Never include " Oops, alright, will do. > Anyway, this should already be fixed in Linus's tree, right? > Sorry no clue, if so, thanks ahead. I was testing something else in SD/MMC-land and wanted to make sure it compiled cleanly on x86/x64. A -- 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/