From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-20.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C0CBC48BE0 for ; Fri, 11 Jun 2021 13:55:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E72FD61357 for ; Fri, 11 Jun 2021 13:55:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232109AbhFKN5t (ORCPT ); Fri, 11 Jun 2021 09:57:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46792 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231799AbhFKN4n (ORCPT ); Fri, 11 Jun 2021 09:56:43 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4D3B6C0613A2 for ; Fri, 11 Jun 2021 06:54:45 -0700 (PDT) Date: Fri, 11 Jun 2021 13:54:43 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1623419684; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=y7a/JZCc5409EJXGIR+ABiGeFyfKIt2c7ts7VNj2SpU=; b=L+oIysfMUN0j9wr4d6x61u7vVb1jN4Pb9aqRlgSc0/P1yGLjSIZUCmnbCtWidiJwFDzAqe AYMoSeY7lDuz1RoLwJdCg6G2TMynfos3Nt5j+CmEeo6dQS8vZhnisfIozaRxunSd5Tkl4X UgQ6thvLCEdI7zQtvY9xy0th0/KzXzybHO2wutWyOLdKBgHGAiKdPziighgu1PyGaSwoFL TeGAFcEY7uB8oB0DoBrqQSdZDdFAsmG7rfNh+BPCrhXvRInbj5ZJPaKaAbaR6oq8otGzUd I5+/MyQV461TcuS/OIZr6s2/dlyOe/YUPez0riofkzV6tCpmP2Y+GrdFUHg61g== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1623419684; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=y7a/JZCc5409EJXGIR+ABiGeFyfKIt2c7ts7VNj2SpU=; b=7U4NS2HVw6JjO1rG0UVGSiZndryV69tRgJyRwa2/NrspUQi+5KFBB5rf/rsTTT4bYf08Tn k9orffQJ7bBmGbAg== From: "irqchip-bot for Marc Zyngier" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-kernel@vger.kernel.org Subject: [irqchip: irq/irqchip-next] MIPS: lantiq: Directly include linux/of.h in xway/dma.c Cc: Marc Zyngier , tglx@linutronix.de MIME-Version: 1.0 Message-ID: <162341968333.19906.10512024766711070295.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the irq/irqchip-next branch of irqchip: Commit-ID: 95af1df6f4e2b121ce33166d61c99250143073b5 Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/95af1df6f4e2b121ce33166d61c99250143073b5 Author: Marc Zyngier AuthorDate: Thu, 13 Sep 2018 09:31:09 +01:00 Committer: Marc Zyngier CommitterDate: Thu, 10 Jun 2021 13:09:16 +01:00 MIPS: lantiq: Directly include linux/of.h in xway/dma.c This drivers currently obtains linux/of.h by luck and a chain of bizarre inclusions, which we're about to fix. Let's include the required file directly. Signed-off-by: Marc Zyngier --- arch/mips/lantiq/xway/dma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/mips/lantiq/xway/dma.c b/arch/mips/lantiq/xway/dma.c index aeb1b98..63dccb2 100644 --- a/arch/mips/lantiq/xway/dma.c +++ b/arch/mips/lantiq/xway/dma.c @@ -12,6 +12,7 @@ #include #include #include +#include #include #include