From mboxrd@z Thu Jan 1 00:00:00 1970 From: Huang Weiyi Subject: Input: remove unused #include Date: Sat, 23 Aug 2008 13:56:18 +0800 Message-ID: <20080823132007.127D.WEIYI.HUANG@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: Received: from ti-out-0910.google.com ([209.85.142.190]:59891 "EHLO ti-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753669AbYHWF4U (ORCPT ); Sat, 23 Aug 2008 01:56:20 -0400 Received: by ti-out-0910.google.com with SMTP id b6so452807tic.23 for ; Fri, 22 Aug 2008 22:56:19 -0700 (PDT) Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: dmitry.torokhov@gmail.com, dtor@mail.ru Cc: linux-input@vger.kernel.org The driver(s) below do not use LINUX_VERSION_CODE nor KERNEL_VERSION. drivers/input/keyboard/bf54x-keys.c drivers/input/touchscreen/mainstone-wm97xx.c This patch removes the said #include . Signed-off-by: Huang Weiyi diff --git a/drivers/input/keyboard/bf54x-keys.c b/drivers/input/keyboard/bf54x-keys.c index 54ed8e2..6f227d3 100644 --- a/drivers/input/keyboard/bf54x-keys.c +++ b/drivers/input/keyboard/bf54x-keys.c @@ -29,7 +29,6 @@ */ #include -#include #include #include diff --git a/drivers/input/touchscreen/mainstone-wm97xx.c b/drivers/input/touchscreen/mainstone-wm97xx.c index 283f93a..37a555f 100644 --- a/drivers/input/touchscreen/mainstone-wm97xx.c +++ b/drivers/input/touchscreen/mainstone-wm97xx.c @@ -25,7 +25,6 @@ #include #include -#include #include #include #include