From patchwork Tue Feb 3 23:04:30 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Rob Herring (Arm)" X-Patchwork-Id: 5772051 Return-Path: X-Original-To: patchwork-linux-input@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 1D628BF440 for ; Tue, 3 Feb 2015 23:04:45 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9C006202B8 for ; Tue, 3 Feb 2015 23:04:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BAB66202AE for ; Tue, 3 Feb 2015 23:04:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753987AbbBCXEl (ORCPT ); Tue, 3 Feb 2015 18:04:41 -0500 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id; bh=03ZRznOSyiq1E1rlc4w6vEnEKrPbl8dljdWwfI6Ijjg=; b=ZHK4ijGeSeqEivj7Y1uleBUqq3pB8gDiuNXhZJ82Mv8Ds2XNDF4yGky9oiNFfdarIA Vuxa14QRW3OBava4R5Be6NydUWkzZgqAJlBFjPP6RkOmv2xlHxM4IocCvPbRL+qqjz5Y ilpPVLrwkc2ULi17Vzki3IqgeaPupOVoEUBdEeIDg/0nDepQBZDsJPa52qDF7TobWscQ NwBDnfRs1unjkABD7vbSwU66FU9o1XwaCuMN0k3iCJOdRBPSKN9mMUsNiN5RiL40CATG Xi69ckEx/r2dcVhUH37/7klbrKIhvLFz6lUTMYW9mlB5g+jg/C0u0r6q/EC+prAV4BUA rMkw== X-Received: by 10.202.26.72 with SMTP id a69mr5287940oia.119.1423004680966; Tue, 03 Feb 2015 15:04:40 -0800 (PST) Received: from rob-hp-laptop.herring.priv (72-48-98-129.dyn.grandenetworks.net. [72.48.98.129]) by mx.google.com with ESMTPSA id o5sm11584806obz.9.2015.02.03.15.04.39 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 03 Feb 2015 15:04:40 -0800 (PST) From: Rob Herring To: Dmitry Torokhov Cc: Rob Herring , linux-input@vger.kernel.org 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> X-Mailer: git-send-email 2.1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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