From patchwork Thu Sep 26 08:11:17 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 2946961 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C02FDBFF05 for ; Thu, 26 Sep 2013 08:12:24 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2558D20318 for ; Thu, 26 Sep 2013 08:12:20 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BC400201D3 for ; Thu, 26 Sep 2013 08:12:18 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VP6g3-0006Bi-5s; Thu, 26 Sep 2013 08:11:59 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VP6fv-0006FV-8k; Thu, 26 Sep 2013 08:11:51 +0000 Received: from mail-ee0-f46.google.com ([74.125.83.46]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VP6fq-0006Cl-V3 for linux-arm-kernel@lists.infradead.org; Thu, 26 Sep 2013 08:11:48 +0000 Received: by mail-ee0-f46.google.com with SMTP id c13so343214eek.33 for ; Thu, 26 Sep 2013 01:11:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=IpjH0xTZ9qWNXT8kzQDssaAJTTmNR5M/gjG6dFVfu+A=; b=EGqTwUzUT/0C2UMrckQz0gE8hKpnXrPg1QqzwzRk8Cqezz7p7ejZA5SeOAIAQUbPWS Rml4Fzg7dGIcu3qbpPk8G6QdzxKTpluL6P7XJ1renok2we1hFVsQxlaPPsi58olDmmq6 AA/Zw+q/orZGo3Rsb7PMJvql0g/oeUtasYeZxqiRxRFZNff/ktIKi1Ite6HdpnC6f2Jr UbYXxdpSfSeAiJKyFhczWipcRfvyCz8BFM9jcr0zZ0vra/9sBaXF0fkcO7PIK7x9nJm2 BNaBUhOEnsbNxHo2Ez365WfGHlgWM/iSFodSX3XYEZAsxKrzP/9ivbPYWVSPhxL+zTO8 K36w== X-Gm-Message-State: ALoCoQm+s+1wpLk7RBs45CkUpMqpyCX95ZRsXq01EDN0uqnzw38gV+NjNIyNH1prqjxnLUL4YqZQ X-Received: by 10.14.184.71 with SMTP id r47mr442373eem.86.1380183084667; Thu, 26 Sep 2013 01:11:24 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id b45sm1067339eef.4.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 26 Sep 2013 01:11:23 -0700 (PDT) From: Linus Walleij To: linux-gpio@vger.kernel.org, Haojian Zhuang Subject: [PATCH 2/2] ARM: pxa: delete the custom GPIO header Date: Thu, 26 Sep 2013 10:11:17 +0200 Message-Id: <1380183077-27407-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.3.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130926_041147_184850_4AFC8B3E X-CRM114-Status: GOOD ( 16.38 ) X-Spam-Score: -2.6 (--) Cc: Eric Miao , Linus Walleij , Alexandre Courbot , linux-arm-kernel@lists.infradead.org, Russell King X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 The PXA sub-architecture appears to have a custom for no reason whatsoever. The file became completely empty after Haojian removed the remaining content in commit 157d2644cb0c1e71a18baaffca56d2b1d0ebf10f "ARM: pxa: change gpio to platform device". That commit added these two lines: However it seems like deleting the file has no effect whatsoever on the kernel compilation. Cc: Haojian Zhuang Cc: Eric Miao Cc: Russell King Signed-off-by: Linus Walleij --- Haojian et al, I'm seeking an ACK for this patch so I can take it through the GPIO tree. --- arch/arm/Kconfig | 1 - arch/arm/mach-pxa/include/mach/gpio.h | 32 -------------------------------- 2 files changed, 33 deletions(-) delete mode 100644 arch/arm/mach-pxa/include/mach/gpio.h diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 3950a12..1ced444 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -621,7 +621,6 @@ config ARCH_PXA select GPIO_PXA select HAVE_IDE select MULTI_IRQ_HANDLER - select NEED_MACH_GPIO_H select PLAT_PXA select SPARSE_IRQ help diff --git a/arch/arm/mach-pxa/include/mach/gpio.h b/arch/arm/mach-pxa/include/mach/gpio.h deleted file mode 100644 index 0248e43..0000000 --- a/arch/arm/mach-pxa/include/mach/gpio.h +++ /dev/null @@ -1,32 +0,0 @@ -/* - * arch/arm/mach-pxa/include/mach/gpio.h - * - * PXA GPIO wrappers for arch-neutral GPIO calls - * - * Written by Philipp Zabel - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - */ - -#ifndef __ASM_ARCH_PXA_GPIO_H -#define __ASM_ARCH_PXA_GPIO_H - -#include - -#include -#include - -#endif