From patchwork Sun Aug 21 08:50:53 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: axel lin X-Patchwork-Id: 1083262 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 p7L8pGQF010711 for ; Sun, 21 Aug 2011 08:51:16 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751453Ab1HUIvB (ORCPT ); Sun, 21 Aug 2011 04:51:01 -0400 Received: from mail-gw0-f46.google.com ([74.125.83.46]:49535 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751367Ab1HUIvA (ORCPT ); Sun, 21 Aug 2011 04:51:00 -0400 Received: by gwaa12 with SMTP id a12so2451386gwa.19 for ; Sun, 21 Aug 2011 01:51:00 -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=4TRvjW2L3GXOFj0r28DY/9WOJJjtMekK3htnwIy2zk8=; b=DkJE/S6llBd/gsp/9cQdaPzE52bb3jUZiORyLYloFxuewSSNNa/uxXfk3arCTY0gWi w22F34oPSbIoM+do7YrFaj3aNP9R1DvXHeGddpdP3WnfSYKBQrjHSwZrPLy0ELaWB8lX KDYoZqLpiRi59pNz1zOJIXAfLtRmIxxMGwQZg= Received: by 10.42.161.73 with SMTP id s9mr1303532icx.523.1313916659782; Sun, 21 Aug 2011 01:50:59 -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 a9sm4617572icy.6.2011.08.21.01.50.57 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Aug 2011 01:50:59 -0700 (PDT) Subject: [PATCH] Input: ep93xx_keypad - add missing include of linux/module.h From: Axel Lin To: linux-kernel@vger.kernel.org Cc: H Hartley Sweeten , Dmitry Torokhov , linux-input@vger.kernel.org Date: Sun, 21 Aug 2011 16:50:53 +0800 Message-ID: <1313916653.17491.1.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:51:40 +0000 (UTC) ep93xx_keypad.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/keyboard/ep93xx_keypad.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/input/keyboard/ep93xx_keypad.c b/drivers/input/keyboard/ep93xx_keypad.c index c8242dd..aa17e02 100644 --- a/drivers/input/keyboard/ep93xx_keypad.c +++ b/drivers/input/keyboard/ep93xx_keypad.c @@ -20,6 +20,7 @@ * flag. */ +#include #include #include #include