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 3AACAC4743E for ; Sun, 6 Jun 2021 12:45:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1CAAA61285 for ; Sun, 6 Jun 2021 12:45:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230361AbhFFMqz (ORCPT ); Sun, 6 Jun 2021 08:46:55 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:35064 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230228AbhFFMpo (ORCPT ); Sun, 6 Jun 2021 08:45:44 -0400 Date: Sun, 06 Jun 2021 12:43:53 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1622983434; 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=XcbId6i3F5zM/Pv26vVo4GYbaZp7Ok9mwWFJ49xyalw=; b=G0CE/gUdEGnaes/M47UUTEacWwKch0fthRIT82NYiPoHGLeUGnfESsHunzQOKauP4OkVau mlC+l+QRNPC/NlKViKZz5h6D2S4fuDAtEKtXX4uuvwWVwLLiEZEQH94L0ba8nbG6K+TT55 vdA4SQkml4Ip2k8J1a9R4GmfukNS+mJmGMeSaXkMgtcVWvj7Ck9boLCCp40JSILyC7Wfux ubRcTHYLvYHSUEpp40pLahEzpmIIUuHL6qqbmL5sBywbr3b0BPR5NSTm2B9UyLbl8ejX7n xiyhG8HbwDDshW0xLmE/AJzN6vTY8pBtHTBKWaPd8115FqLKOGgWiOHDRNhXsA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1622983434; 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=XcbId6i3F5zM/Pv26vVo4GYbaZp7Ok9mwWFJ49xyalw=; b=J2x0n8OvtoauxDxzA5mUj6OjKxs0LYFSKOiJuGR+Cidj7wbvrm4rl3Nu1RCSbLNBmv+hzj roRHL2opVNH4UqCQ== 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: <162298343394.29796.12848794312736279026.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: 1a7cc83d83be8e4a3c382937df07cf4ef4cd8d5b Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/1a7cc83d83be8e4a3c382937df07cf4ef4cd8d5b Author: Marc Zyngier AuthorDate: Thu, 13 Sep 2018 09:31:09 +01:00 Committer: Marc Zyngier CommitterDate: Wed, 02 Jun 2021 14:34:47 +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