diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2023-10-10 09:34:06 -0500 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-10-19 10:26:17 +0200 |
commit | aaf1f08ac0fb435100fa459a6ee5b292f3786dff (patch) | |
tree | 0f6fdfafe624db73f70244180bf914acf6347fc4 /arch/mips/pci | |
parent | f2f12cf4e5f6173febc8db8c3e533141b0e667a4 (diff) |
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/pci')
-rw-r--r-- | arch/mips/pci/fixup-lantiq.c | 1 |
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> |