aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/mpic.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/mpic.h')
-rw-r--r--include/asm-powerpc/mpic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-powerpc/mpic.h b/include/asm-powerpc/mpic.h
index ad989d182fb4..b71e7b32a555 100644
--- a/include/asm-powerpc/mpic.h
+++ b/include/asm-powerpc/mpic.h
@@ -364,7 +364,7 @@ struct mpic
364 * that is senses[0] correspond to linux irq "irq_offset". 364 * that is senses[0] correspond to linux irq "irq_offset".
365 */ 365 */
366extern struct mpic *mpic_alloc(struct device_node *node, 366extern struct mpic *mpic_alloc(struct device_node *node,
367 unsigned long phys_addr, 367 phys_addr_t phys_addr,
368 unsigned int flags, 368 unsigned int flags,
369 unsigned int isu_size, 369 unsigned int isu_size,
370 unsigned int irq_count, 370 unsigned int irq_count,
@@ -377,7 +377,7 @@ extern struct mpic *mpic_alloc(struct device_node *node,
377 * @phys_addr: physical address of the ISU 377 * @phys_addr: physical address of the ISU
378 */ 378 */
379extern void mpic_assign_isu(struct mpic *mpic, unsigned int isu_num, 379extern void mpic_assign_isu(struct mpic *mpic, unsigned int isu_num,
380 unsigned long phys_addr); 380 phys_addr_t phys_addr);
381 381
382/* Set default sense codes 382/* Set default sense codes
383 * 383 *