Commit aaf1f08a authored by Bjorn Helgaas's avatar Bjorn Helgaas Committed by Thomas Bogendoerfer
Browse files

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: default avatarBjorn Helgaas <bhelgaas@google.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent f2f12cf4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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>