From: Bjorn Helgaas <helgaas@kernel.org>
To: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: "Krzysztof Wilczyński" <kw@linux.com>,
"Rob Herring" <robh@kernel.org>,
linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org,
"Bjorn Helgaas" <bhelgaas@google.com>
Subject: [PATCH 2/2] MIPS: lantic: Remove unnecessary include of <linux/of_irq.h>
Date: Tue, 10 Oct 2023 09:34:06 -0500 [thread overview]
Message-ID: <20231010143406.974591-3-helgaas@kernel.org> (raw)
In-Reply-To: <20231010143406.974591-1-helgaas@kernel.org>
From: Bjorn Helgaas <bhelgaas@google.com>
arch/mips/pci/fixup-lantiq.c requires nothing from <linux/of_irq.h>, so
remove the include of it.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
---
arch/mips/pci/fixup-lantiq.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/mips/pci/fixup-lantiq.c b/arch/mips/pci/fixup-lantiq.c
index 8f5fb98b3984..13009666204f 100644
--- a/arch/mips/pci/fixup-lantiq.c
+++ b/arch/mips/pci/fixup-lantiq.c
@@ -4,7 +4,6 @@
* Copyright (C) 2012 John Crispin <john@phrozen.org>
*/
-#include <linux/of_irq.h>
#include <linux/of_pci.h>
#include <linux/pci.h>
--
2.34.1
next prev parent reply other threads:[~2023-10-10 14:34 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-10 14:34 [PATCH 0/2] MIPS: lantic: Fix "no prototype" warning Bjorn Helgaas
2023-10-10 14:34 ` [PATCH 1/2] MIPS: lantic: Fix pcibios_plat_dev_init() "no previous " Bjorn Helgaas
2023-10-12 8:26 ` Philippe Mathieu-Daudé
2023-10-10 14:34 ` Bjorn Helgaas [this message]
2023-10-12 8:27 ` [PATCH 2/2] MIPS: lantic: Remove unnecessary include of <linux/of_irq.h> Philippe Mathieu-Daudé
2023-10-19 8:51 ` [PATCH 0/2] MIPS: lantic: Fix "no prototype" warning Thomas Bogendoerfer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20231010143406.974591-3-helgaas@kernel.org \
--to=helgaas@kernel.org \
--cc=bhelgaas@google.com \
--cc=kw@linux.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@vger.kernel.org \
--cc=robh@kernel.org \
--cc=tsbogend@alpha.franken.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).