From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: [PATCH] Input: pxa27x_keypad - remove unnecessary ARM includes Date: Tue, 3 Feb 2015 17:04:30 -0600 Message-ID: <1423004670-16711-1-git-send-email-robh@kernel.org> Return-path: Received: from mail-oi0-f54.google.com ([209.85.218.54]:64920 "EHLO mail-oi0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753932AbbBCXEl (ORCPT ); Tue, 3 Feb 2015 18:04:41 -0500 Received: by mail-oi0-f54.google.com with SMTP id v63so51636596oia.13 for ; Tue, 03 Feb 2015 15:04:41 -0800 (PST) Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Dmitry Torokhov Cc: Rob Herring , linux-input@vger.kernel.org Remove some left-over ARM only includes in order to enable building on ARM64. __raw_{read,write}l were getting implicitly included, so add linux/io.h include. Signed-off-by: Rob Herring Cc: Dmitry Torokhov Cc: linux-input@vger.kernel.org --- drivers/input/keyboard/pxa27x_keypad.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/drivers/input/keyboard/pxa27x_keypad.c b/drivers/input/keyboard/pxa27x_keypad.c index a90d6bd..a89488a 100644 --- a/drivers/input/keyboard/pxa27x_keypad.c +++ b/drivers/input/keyboard/pxa27x_keypad.c @@ -20,6 +20,7 @@ #include #include #include +#include #include #include #include @@ -28,10 +29,6 @@ #include #include -#include -#include - -#include #include /* * Keypad Controller registers -- 2.1.0