pasemi: export pasemi_dma_init()
authorOlof Johansson <olof@lixom.net>
Fri, 14 Dec 2007 08:06:55 +0000 (02:06 -0600)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:07:21 +0000 (15:07 -0800)
Forgot to export this one. Needed when pasemi_mac is compiled as a module.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
arch/powerpc/platforms/pasemi/dma_lib.c

index e6e4742..c529d8d 100644 (file)
@@ -485,3 +485,4 @@ out:
        spin_unlock(&init_lock);
        return err;
 }
+EXPORT_SYMBOL(pasemi_dma_init);