From patchwork Sat Jul 30 04:14:41 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 1022142 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter2.kernel.org (8.14.4/8.14.4) with ESMTP id p6U4Fq82024940 for ; Sat, 30 Jul 2011 04:15:52 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753112Ab1G3EP1 (ORCPT ); Sat, 30 Jul 2011 00:15:27 -0400 Received: from oproxy3-pub.bluehost.com ([69.89.21.8]:55204 "HELO oproxy3-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752948Ab1G3EPZ (ORCPT ); Sat, 30 Jul 2011 00:15:25 -0400 Received: (qmail 14088 invoked by uid 0); 30 Jul 2011 04:15:24 -0000 Received: from unknown (HELO box742.bluehost.com) (66.147.244.242) by oproxy3.bluehost.com with SMTP; 30 Jul 2011 04:15:24 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xenotime.net; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-Id:Subject:Cc:To:From:Date; bh=7pTye592wKilZsqYFqg+XtMrBxInwKHkEtL0F2Hdh9w=; b=EDSvcdSZFilssepD0fMBuOFVbWd2rMD6uC2Fs6DrEQ3z/xvHiojDnmh2USDdLOSY4J5u/mJUe4AM2aPm0iaY62nEuv1oS9/rCWVIzW15sy5YCD7gif/R613HK2L7vPxk; Received: from static-50-53-38-135.bvtn.or.frontiernet.net ([50.53.38.135] helo=chimera.site) by box742.bluehost.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1Qn0xP-0000ks-Qq; Fri, 29 Jul 2011 22:15:23 -0600 Date: Fri, 29 Jul 2011 21:14:41 -0700 From: Randy Dunlap To: Stephen Rothwell , Dmitry Torokhov Cc: linux-next@vger.kernel.org, LKML , linux-input@vger.kernel.org, akpm Subject: [PATCH -next] input: mouse/hgpk.c needs module.h Message-Id: <20110729211441.5de62eca.rdunlap@xenotime.net> In-Reply-To: <20110729173827.716f57ff6e00095a3efc6449@canb.auug.org.au> References: <20110729173827.716f57ff6e00095a3efc6449@canb.auug.org.au> Organization: YPO4 X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 X-Identified-User: {1807:box742.bluehost.com:xenotime:xenotime.net} {sentby:smtp auth 50.53.38.135 authed with rdunlap@xenotime.net} Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter2.kernel.org [140.211.167.43]); Sat, 30 Jul 2011 04:15:52 +0000 (UTC) From: Randy Dunlap hgpk.c uses interfaces from linux/module.h, so it should include that file. This fixes build errors. Signed-off-by: Randy Dunlap --- drivers/input/mouse/hgpk.c | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- linux-next-20110729.orig/drivers/input/mouse/hgpk.c +++ linux-next-20110729/drivers/input/mouse/hgpk.c @@ -32,6 +32,7 @@ #define DEBUG #include #include +#include #include #include #include