projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2f12cf
)
MIPS: lantiq: Remove unnecessary include of <linux/of_irq.h>
author
Bjorn Helgaas
<bhelgaas@google.com>
Tue, 10 Oct 2023 14:34:06 +0000
(09:34 -0500)
committer
Thomas Bogendoerfer
<tsbogend@alpha.franken.de>
Thu, 19 Oct 2023 08:26:17 +0000
(10:26 +0200)
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>
arch/mips/pci/fixup-lantiq.c
patch
|
blob
|
history
diff --git
a/arch/mips/pci/fixup-lantiq.c
b/arch/mips/pci/fixup-lantiq.c
index
8f5fb98
..
1300966
100644
(file)
--- 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>