From patchwork Mon Nov 30 23:00:56 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 7730971 Return-Path: X-Original-To: patchwork-linux-omap@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 76A6ABEEE1 for ; Mon, 30 Nov 2015 23:02:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 72DFD20660 for ; Mon, 30 Nov 2015 23:02:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A669D2066C for ; Mon, 30 Nov 2015 23:02:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755156AbbK3XB7 (ORCPT ); Mon, 30 Nov 2015 18:01:59 -0500 Received: from mout.kundenserver.de ([212.227.17.24]:52808 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754147AbbK3XB4 (ORCPT ); Mon, 30 Nov 2015 18:01:56 -0500 Received: from wuerfel.lan. ([134.3.118.24]) by mrelayeu.kundenserver.de (mreue102) with ESMTPSA (Nemesis) id 0MPXsH-1ZzOaJ2IFt-004hY7; Tue, 01 Dec 2015 00:01:22 +0100 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Tony Lindgren , linux-omap@vger.kernel.org, Greg Ungerer , Sekhar Nori , Kevin Hilman , Wan ZongShun , Jason Cooper , Andrew Lunn , Gregory Clement , Arnd Bergmann Subject: [PATCH 5/7] ARM: w90x900: make headers more local Date: Tue, 1 Dec 2015 00:00:56 +0100 Message-Id: <1448924458-3279040-6-git-send-email-arnd@arndb.de> X-Mailer: git-send-email 2.1.0.rc2 In-Reply-To: <1448924458-3279040-1-git-send-email-arnd@arndb.de> References: <1448924458-3279040-1-git-send-email-arnd@arndb.de> X-Provags-ID: V03:K0:7QS3NdJT10dgC21HiTxx+zGQ50aEuHpq+6pUFSFwXk/RN75l/2X vZa+xVeXpioXc1ZVZ6O3jCbBKSso8cgsX39eOCg6DCDojCeaOSbkgGJywR5v7AVs1bbGF0H AVpeYvB+UJVMo3Kg2YWgguuchaT1G5ZRi01NFFOeOjvcu0UK1ADdw2eov7H5Jfmf6ZSBDyB Tp5B+Awg6SmqxdrvX/vhg== X-UI-Out-Filterresults: notjunk:1; V01:K0:RPWD3c0+kyk=:lnOjfwg2EUhWB8P+nyEqQq /ZqyEbVU5MMi4hnAFpmGvthMikIFKCnBU3yuJFseTBHgydWZdiz1Nu148JjfLWYpuTuksskfQ FE4QY7JWjQRu/ONCNsLbqCqtkiyOHY58nVDc1W6P1h11TQxgTVX/KjTO3nWRvXPcLuiHBUfeH /0tVwJKUvIAXA0l+b6bT5XJZO74t8Y9A12L31Fridt7bQPYXgXYzvJQLEs4E0Wqcd4rIB8xUG MxnM6m+CjN4OHLhF7kt/HphBmwvd140Htxi/LIMe0X2zmEQqRFOIOOlwoGBLFYG+W4P4/JmQW OPQ0LDjan+g/VAGZBGu+VTwD/F1Ub4i4y/Loc0usnSQhtTgP9Bkuhkfu3tPVn0LTbfilhJjZp 0DOhoPEZwBFMfXqwZIA4+rI/ZVPp+jBWSTgigOokufbYufOXVop0Jo6Xlz0vDZTa8/h3etU1J ogr+vtRay1mTuwDrcFlZetCUIqiP409T8xEwW8CUdMA/os/Rv8TSpbbOBDG07xmdT71lU019E qDKCR1bg3xUwaJM3VPDp6Y7TJj7fR6SLXOC/5FlrsvDYGzPwYSa7QXFcnXY32rXv05uGvzvuv P++/hafw29cOvxwgzYbc56l9YofdvjGoZDDrvrUXlMGBdmlPzP0M8ovr2CWtxR/r6eCZu2YLu 4P7rsLYCb1lAPfG3aygqCiu4bY4Ip2kOhONrzmGln9rHQGfje0l/VAJm59bidbeU6K+4= Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_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 Some header files are never included outside of a mach-w90x900 directory and do not need to be made visible in include/mach, so let's just move them all down one level. Signed-off-by: Arnd Bergmann Acked-by: Wan Zongshun --- arch/arm/mach-w90x900/cpu.c | 4 ++-- arch/arm/mach-w90x900/{include/mach => }/regs-ebi.h | 0 arch/arm/mach-w90x900/{include/mach => }/regs-gcr.h | 0 arch/arm/mach-w90x900/{include/mach => }/regs-timer.h | 0 arch/arm/mach-w90x900/{include/mach => }/regs-usb.h | 0 arch/arm/mach-w90x900/time.c | 2 +- 6 files changed, 3 insertions(+), 3 deletions(-) rename arch/arm/mach-w90x900/{include/mach => }/regs-ebi.h (100%) rename arch/arm/mach-w90x900/{include/mach => }/regs-gcr.h (100%) rename arch/arm/mach-w90x900/{include/mach => }/regs-timer.h (100%) rename arch/arm/mach-w90x900/{include/mach => }/regs-usb.h (100%) diff --git a/arch/arm/mach-w90x900/cpu.c b/arch/arm/mach-w90x900/cpu.c index 213230ee57d1..ca763251ffe0 100644 --- a/arch/arm/mach-w90x900/cpu.c +++ b/arch/arm/mach-w90x900/cpu.c @@ -33,8 +33,8 @@ #include #include #include -#include -#include +#include "regs-ebi.h" +#include "regs-timer.h" #include "cpu.h" #include "clock.h" diff --git a/arch/arm/mach-w90x900/include/mach/regs-ebi.h b/arch/arm/mach-w90x900/regs-ebi.h similarity index 100% rename from arch/arm/mach-w90x900/include/mach/regs-ebi.h rename to arch/arm/mach-w90x900/regs-ebi.h diff --git a/arch/arm/mach-w90x900/include/mach/regs-gcr.h b/arch/arm/mach-w90x900/regs-gcr.h similarity index 100% rename from arch/arm/mach-w90x900/include/mach/regs-gcr.h rename to arch/arm/mach-w90x900/regs-gcr.h diff --git a/arch/arm/mach-w90x900/include/mach/regs-timer.h b/arch/arm/mach-w90x900/regs-timer.h similarity index 100% rename from arch/arm/mach-w90x900/include/mach/regs-timer.h rename to arch/arm/mach-w90x900/regs-timer.h diff --git a/arch/arm/mach-w90x900/include/mach/regs-usb.h b/arch/arm/mach-w90x900/regs-usb.h similarity index 100% rename from arch/arm/mach-w90x900/include/mach/regs-usb.h rename to arch/arm/mach-w90x900/regs-usb.h diff --git a/arch/arm/mach-w90x900/time.c b/arch/arm/mach-w90x900/time.c index cd1966ec9143..cda085245e34 100644 --- a/arch/arm/mach-w90x900/time.c +++ b/arch/arm/mach-w90x900/time.c @@ -31,7 +31,7 @@ #include #include -#include +#include "regs-timer.h" #include "nuc9xx.h"