Index: kernel/arch/ppc32/src/interrupt.c
===================================================================
--- kernel/arch/ppc32/src/interrupt.c	(revision 26678e5a1f0f0a6dda91a9e89a03aa3ca86e447c)
+++ kernel/arch/ppc32/src/interrupt.c	(revision d95f1e24a3ed2800461f743a8f9c97803cacd0a1)
@@ -81,17 +81,4 @@
 }
 
-
-static void ipc_int(int n, istate_t *istate)
-{
-	ipc_irq_send_notif(n - INT_OFFSET);
-}
-
-
-/* Reregister irq to be IPC-ready */
-void irq_ipc_bind_arch(unative_t irq)
-{
-	int_register(irq, "ipc_int", ipc_int);
-}
-
 /** @}
  */
