diff options
Diffstat (limited to 'arch/arm/mach-bcm2835')
-rw-r--r-- | arch/arm/mach-bcm2835/bcm2835.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/arm/mach-bcm2835/bcm2835.c b/arch/arm/mach-bcm2835/bcm2835.c index f6b36b4b5921..72c4b5ff8f90 100644 --- a/arch/arm/mach-bcm2835/bcm2835.c +++ b/arch/arm/mach-bcm2835/bcm2835.c | |||
@@ -13,12 +13,12 @@ | |||
13 | */ | 13 | */ |
14 | 14 | ||
15 | #include <linux/init.h> | 15 | #include <linux/init.h> |
16 | #include <linux/irqchip/bcm2835.h> | ||
16 | #include <linux/of_platform.h> | 17 | #include <linux/of_platform.h> |
17 | 18 | ||
18 | #include <asm/mach/arch.h> | 19 | #include <asm/mach/arch.h> |
19 | #include <asm/mach/map.h> | 20 | #include <asm/mach/map.h> |
20 | #include <asm/mach/time.h> | 21 | #include <asm/mach/time.h> |
21 | #include <asm/exception.h> | ||
22 | 22 | ||
23 | #include <mach/bcm2835_soc.h> | 23 | #include <mach/bcm2835_soc.h> |
24 | 24 | ||
@@ -34,14 +34,6 @@ void __init bcm2835_map_io(void) | |||
34 | iotable_init(&io_map, 1); | 34 | iotable_init(&io_map, 1); |
35 | } | 35 | } |
36 | 36 | ||
37 | void __init bcm2835_init_irq(void) | ||
38 | { | ||
39 | } | ||
40 | |||
41 | asmlinkage void __exception_irq_entry bcm2835_handle_irq(struct pt_regs *regs) | ||
42 | { | ||
43 | } | ||
44 | |||
45 | void __init bcm2835_init(void) | 37 | void __init bcm2835_init(void) |
46 | { | 38 | { |
47 | int ret; | 39 | int ret; |