summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorBjorn Helgaas <bhelgaas@google.com>2023-10-10 17:34:06 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2023-10-19 11:26:17 +0300
commitaaf1f08ac0fb435100fa459a6ee5b292f3786dff (patch)
tree0f6fdfafe624db73f70244180bf914acf6347fc4 /arch/mips
parentf2f12cf4e5f6173febc8db8c3e533141b0e667a4 (diff)
downloadlinux-aaf1f08ac0fb435100fa459a6ee5b292f3786dff.tar.xz
MIPS: lantiq: Remove unnecessary include of <linux/of_irq.h>
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> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/pci/fixup-lantiq.c1
1 files changed, 0 insertions, 1 deletions
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>