From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH -next] input: mouse/hgpk.c needs module.h Date: Fri, 29 Jul 2011 21:14:41 -0700 Message-ID: <20110729211441.5de62eca.rdunlap@xenotime.net> References: <20110729173827.716f57ff6e00095a3efc6449@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from oproxy3-pub.bluehost.com ([69.89.21.8]:43125 "HELO oproxy3-pub.bluehost.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752908Ab1G3EPZ (ORCPT ); Sat, 30 Jul 2011 00:15:25 -0400 In-Reply-To: <20110729173827.716f57ff6e00095a3efc6449@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell , Dmitry Torokhov Cc: linux-next@vger.kernel.org, LKML , linux-input@vger.kernel.org, akpm 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(+) --- 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