diff options
-rw-r--r-- | drivers/irqchip/irq-gic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/irqchip/irq-gic.c b/drivers/irqchip/irq-gic.c index 644d72468423..80a4f7a7d7b8 100644 --- a/drivers/irqchip/irq-gic.c +++ b/drivers/irqchip/irq-gic.c | |||
@@ -127,7 +127,7 @@ static inline void gic_set_base_accessor(struct gic_chip_data *data, | |||
127 | #else | 127 | #else |
128 | #define gic_data_dist_base(d) ((d)->dist_base.common_base) | 128 | #define gic_data_dist_base(d) ((d)->dist_base.common_base) |
129 | #define gic_data_cpu_base(d) ((d)->cpu_base.common_base) | 129 | #define gic_data_cpu_base(d) ((d)->cpu_base.common_base) |
130 | #define gic_set_base_accessor(d,f) | 130 | #define gic_set_base_accessor(d, f) |
131 | #endif | 131 | #endif |
132 | 132 | ||
133 | static inline void __iomem *gic_dist_base(struct irq_data *d) | 133 | static inline void __iomem *gic_dist_base(struct irq_data *d) |
@@ -807,7 +807,7 @@ void __cpuinit gic_secondary_init(unsigned int gic_nr) | |||
807 | } | 807 | } |
808 | 808 | ||
809 | #ifdef CONFIG_OF | 809 | #ifdef CONFIG_OF |
810 | static int gic_cnt __initdata = 0; | 810 | static int gic_cnt __initdata; |
811 | 811 | ||
812 | int __init gic_of_init(struct device_node *node, struct device_node *parent) | 812 | int __init gic_of_init(struct device_node *node, struct device_node *parent) |
813 | { | 813 | { |