From patchwork Fri May 18 21:09:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Janusz Krzysztofik X-Patchwork-Id: 10412165 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id CF928602C2 for ; Fri, 18 May 2018 21:10:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BF0A828AEF for ; Fri, 18 May 2018 21:10:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B350328AF2; Fri, 18 May 2018 21:10:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.8 required=2.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6423928AEF for ; Fri, 18 May 2018 21:10:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752320AbeERVKX (ORCPT ); Fri, 18 May 2018 17:10:23 -0400 Received: from mail-lf0-f65.google.com ([209.85.215.65]:42089 "EHLO mail-lf0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752274AbeERVKS (ORCPT ); Fri, 18 May 2018 17:10:18 -0400 Received: by mail-lf0-f65.google.com with SMTP id b18-v6so15866028lfa.9; Fri, 18 May 2018 14:10:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=6ZsAxZX668LTtcyBP4fjEOqrfe6gu8G42F/I2aWEw1Y=; b=s3vVCuFSi09HP0QfRcEelY0nzTXSs0d93JN0y2m0u6Wixw66E7j/GwDGEnHJBvBJS6 6Jj/CyeG8K4ZN0oDte7WH/JmPc/XNjASXOccIgdsSIkT2SWq+N7sB1SAql4Iay0+kUH3 XQKZv1fSHRzY/p1mFb2zxaMO/abw/HKVxRTHBdDjTgHffG+Ho355fvmyEV9Zz8o/G3LR 8ocHKCOALjvBYwm7EpxfHX4Lsvp3USViKpaD0ithGAzPmxLrCpVVTouPTNfluygvZSI0 CxSPVABr+xcCKzFTGiVK4h024FIQ4rA754X0KiMnsVj3byU+vK0bMCjK1oQJoZQ/su/5 L2bQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=6ZsAxZX668LTtcyBP4fjEOqrfe6gu8G42F/I2aWEw1Y=; b=UGX2p9BGldTW/uBtyScjzghUc1t2VxkZL5lCD+zVo0hVOdcpLSfC2rmka13OfxfNUu 4kUrkB0H4cbym6hP8zdl8vprmueH7BqRqiY8HO7Zvh2/2OR7bIdkbWSvkAqT/m6Uyadj iAd29SdqHKN28S0BIbzH32bHYU2fCmyiGnv7XSNvi6NIazSTojOpJ2J2WmiHpU01VfpQ 3sAzOLN+NCHmZuPSBO+UGxZHHV8Ir33biYOqHdLi7L1AKaXqjzr8HCMY62yOqHYWqS+H 79kV1R7KHZpNYz52p3YTST7VyfT6RLziiVdTFaVwMBADC88wVSgdWjtTuiaqyX9RSW17 PbHQ== X-Gm-Message-State: ALKqPweO/KJ0lLOZgkuojmflwypTLH7CQJiP5DTM/Du7a4ED/1qMaBuU IAcwM/HKDUzKpSIQ13oTHXlMJX5rum8= X-Google-Smtp-Source: AB8JxZrW91kCdRs1UurNuaSzkccQ87fCiQUjMMhVzgA7Vpt+JyW0GBjANv3TRWBnHDloeArWUa5igA== X-Received: by 2002:a2e:92ca:: with SMTP id k10-v6mr6499948ljh.1.1526677816610; Fri, 18 May 2018 14:10:16 -0700 (PDT) Received: from localhost.localdomain (apn-31-0-34-132.dynamic.gprs.plus.pl. [31.0.34.132]) by smtp.gmail.com with ESMTPSA id 23-v6sm2057026lfw.64.2018.05.18.14.10.13 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 May 2018 14:10:16 -0700 (PDT) From: Janusz Krzysztofik To: Tony Lindgren , Dmitry Torokhov , Boris Brezillon , Tomi Valkeinen , Mark Brown Cc: Aaro Koskinen , Richard Weinberger , Peter Ujfalusi , Jarkko Nikula , Liam Girdwood , linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, linux-mtd@lists.infradead.org, linux-fbdev@vger.kernel.org, alsa-devel@alsa-project.org, Janusz Krzysztofik Subject: [PATCH 6/6] ARM: OMAP1: ams-delta: make board header file local to mach-omap1 Date: Fri, 18 May 2018 23:09:54 +0200 Message-Id: <20180518210954.29044-6-jmkrzyszt@gmail.com> X-Mailer: git-send-email 2.16.1 In-Reply-To: <20180518210954.29044-1-jmkrzyszt@gmail.com> References: <20180518210954.29044-1-jmkrzyszt@gmail.com> Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Now as the AMS Delta board header file is no longer included by drivers, move it to the root directory of mach-omap1. Signed-off-by: Janusz Krzysztofik --- arch/arm/mach-omap1/ams-delta-fiq-handler.S | 2 +- arch/arm/mach-omap1/ams-delta-fiq.c | 3 +-- arch/arm/mach-omap1/board-ams-delta.c | 2 +- arch/arm/mach-omap1/{include/mach => }/board-ams-delta.h | 0 4 files changed, 3 insertions(+), 4 deletions(-) rename arch/arm/mach-omap1/{include/mach => }/board-ams-delta.h (100%) diff --git a/arch/arm/mach-omap1/ams-delta-fiq-handler.S b/arch/arm/mach-omap1/ams-delta-fiq-handler.S index bf608441b357..9005c00db948 100644 --- a/arch/arm/mach-omap1/ams-delta-fiq-handler.S +++ b/arch/arm/mach-omap1/ams-delta-fiq-handler.S @@ -16,9 +16,9 @@ #include #include -#include #include +#include "board-ams-delta.h" #include "iomap.h" #include "soc.h" diff --git a/arch/arm/mach-omap1/ams-delta-fiq.c b/arch/arm/mach-omap1/ams-delta-fiq.c index d7ca9e2b40d2..30aedcc3f2b3 100644 --- a/arch/arm/mach-omap1/ams-delta-fiq.c +++ b/arch/arm/mach-omap1/ams-delta-fiq.c @@ -19,11 +19,10 @@ #include #include -#include - #include #include +#include "board-ams-delta.h" static struct fiq_handler fh = { .name = "ams-delta-fiq" diff --git a/arch/arm/mach-omap1/board-ams-delta.c b/arch/arm/mach-omap1/board-ams-delta.c index 80f54cb54276..17d69eb64df3 100644 --- a/arch/arm/mach-omap1/board-ams-delta.c +++ b/arch/arm/mach-omap1/board-ams-delta.c @@ -36,7 +36,6 @@ #include #include -#include #include #include @@ -45,6 +44,7 @@ #include "camera.h" #include +#include "board-ams-delta.h" #include "iomap.h" #include "common.h" diff --git a/arch/arm/mach-omap1/include/mach/board-ams-delta.h b/arch/arm/mach-omap1/board-ams-delta.h similarity index 100% rename from arch/arm/mach-omap1/include/mach/board-ams-delta.h rename to arch/arm/mach-omap1/board-ams-delta.h