aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bresticker <[email protected]>2014-10-20 12:03:55 -0700
committerRalf Baechle <[email protected]>2014-11-24 07:45:14 +0100
commitfb8f7be1299f4b0d86d65e0eada6c9962061c912 (patch)
tree8ad5fe86360443aa7e3c0aba4ed11f2c77429f2c
parent824f3f7fa2b441416e3d9aaf1f19feab7db44747 (diff)
irqchip: mips-gic: Clean up #includes
Sort the #includes and remove those which are unnecessary. Signed-off-by: Andrew Bresticker <[email protected]> Cc: Daniel Lezcano <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: Jason Cooper <[email protected]> Cc: Paul Burton <[email protected]> Cc: Qais Yousef <[email protected]> Cc: John Crispin <[email protected]> Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/8130/ Signed-off-by: Ralf Baechle <[email protected]>
-rw-r--r--drivers/irqchip/irq-mips-gic.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/irqchip/irq-mips-gic.c b/drivers/irqchip/irq-mips-gic.c
index eaebeea36d23..9d7b1db791e4 100644
--- a/drivers/irqchip/irq-mips-gic.c
+++ b/drivers/irqchip/irq-mips-gic.c
@@ -7,19 +7,16 @@
* Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved.
*/
#include <linux/bitmap.h>
+#include <linux/clocksource.h>
#include <linux/init.h>
#include <linux/interrupt.h>
+#include <linux/irq.h>
#include <linux/irqchip/mips-gic.h>
#include <linux/sched.h>
#include <linux/smp.h>
-#include <linux/irq.h>
-#include <linux/clocksource.h>
-#include <asm/io.h>
#include <asm/setup.h>
#include <asm/traps.h>
-#include <linux/hardirq.h>
-#include <asm-generic/bitops/find.h>
unsigned int gic_frequency;
unsigned int gic_present;