diff options
Diffstat (limited to 'arch/powerpc/platforms/ps3/interrupt.c')
-rw-r--r-- | arch/powerpc/platforms/ps3/interrupt.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/ps3/interrupt.c b/arch/powerpc/platforms/ps3/interrupt.c index 51141dc06f9..99a0826c8d9 100644 --- a/arch/powerpc/platforms/ps3/interrupt.c +++ b/arch/powerpc/platforms/ps3/interrupt.c | |||
@@ -564,6 +564,7 @@ int ps3_vuart_irq_setup(enum ps3_cpu_binding cpu, void* virt_addr_bmp, | |||
564 | 564 | ||
565 | return result; | 565 | return result; |
566 | } | 566 | } |
567 | EXPORT_SYMBOL_GPL(ps3_vuart_irq_setup); | ||
567 | 568 | ||
568 | int ps3_vuart_irq_destroy(unsigned int virq) | 569 | int ps3_vuart_irq_destroy(unsigned int virq) |
569 | { | 570 | { |
@@ -583,6 +584,7 @@ int ps3_vuart_irq_destroy(unsigned int virq) | |||
583 | 584 | ||
584 | return result; | 585 | return result; |
585 | } | 586 | } |
587 | EXPORT_SYMBOL_GPL(ps3_vuart_irq_destroy); | ||
586 | 588 | ||
587 | /** | 589 | /** |
588 | * ps3_spe_irq_setup - Setup an spe virq. | 590 | * ps3_spe_irq_setup - Setup an spe virq. |