From patchwork Sun Aug 21 08:44:29 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: axel lin X-Patchwork-Id: 1083232 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p7L8if8g007655 for ; Sun, 21 Aug 2011 08:44:41 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752052Ab1HUIok (ORCPT ); Sun, 21 Aug 2011 04:44:40 -0400 Received: from mail-gx0-f174.google.com ([209.85.161.174]:37993 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751135Ab1HUIoj (ORCPT ); Sun, 21 Aug 2011 04:44:39 -0400 Received: by gxk21 with SMTP id 21so3023555gxk.19 for ; Sun, 21 Aug 2011 01:44:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:from:to:cc:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=TfkSk+TKOLjt5Kj2mpLZP3knt7KIqr3Cp0dXT/hgICg=; b=p+kZliUsWo4N7BBLaokcqx4B/46w7v26IVEMJLJDHeVNxceysR6imPXnpw55dkJCcQ XSwC+CiwwuzemUQW9+bGG7udDccqvlaDMbWDHJYt1q3D4QvW5QnCtmIEt5lw6v5oZWXS 2xRrJzgmuMuR5vJAma+qYsQDmK/UIuR6mtpiY= Received: by 10.236.136.135 with SMTP id w7mr6895852yhi.51.1313916277948; Sun, 21 Aug 2011 01:44:37 -0700 (PDT) Received: from [218.172.238.115] (218-172-238-115.dynamic.hinet.net [218.172.238.115]) by mx.google.com with ESMTPS id f4sm2013413yhn.41.2011.08.21.01.44.33 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Aug 2011 01:44:35 -0700 (PDT) Subject: [PATCH] Input: tnetv107x-ts - add missing include of linux/module.h From: Axel Lin To: linux-kernel@vger.kernel.org Cc: Dmitry Torokhov , Cyril Chemparathy , linux-input@vger.kernel.org Date: Sun, 21 Aug 2011 16:44:29 +0800 Message-ID: <1313916269.17491.0.camel@phoenix> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 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 (demeter1.kernel.org [140.211.167.41]); Sun, 21 Aug 2011 08:44:41 +0000 (UTC) tnetv107x-ts.c uses interfaces from linux/module.h, so it should include that file. This patch fixes build errors. Signed-off-by: Axel Lin --- drivers/input/touchscreen/tnetv107x-ts.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/input/touchscreen/tnetv107x-ts.c b/drivers/input/touchscreen/tnetv107x-ts.c index 089b0a0..0e8f63e 100644 --- a/drivers/input/touchscreen/tnetv107x-ts.c +++ b/drivers/input/touchscreen/tnetv107x-ts.c @@ -13,6 +13,7 @@ * GNU General Public License for more details. */ +#include #include #include #include