diff options
Diffstat (limited to 'arch/powerpc/kernel/irq.c')
-rw-r--r-- | arch/powerpc/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index a31176ace02b..042a53009701 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c | |||
@@ -725,7 +725,7 @@ unsigned int irq_create_mapping(struct irq_host *host, | |||
725 | EXPORT_SYMBOL_GPL(irq_create_mapping); | 725 | EXPORT_SYMBOL_GPL(irq_create_mapping); |
726 | 726 | ||
727 | unsigned int irq_create_of_mapping(struct device_node *controller, | 727 | unsigned int irq_create_of_mapping(struct device_node *controller, |
728 | u32 *intspec, unsigned int intsize) | 728 | const u32 *intspec, unsigned int intsize) |
729 | { | 729 | { |
730 | struct irq_host *host; | 730 | struct irq_host *host; |
731 | irq_hw_number_t hwirq; | 731 | irq_hw_number_t hwirq; |