Skip to content

Commit

Permalink
pasemi: export pasemi_dma_init()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Olof Johansson authored and David S. Miller committed Jan 28, 2008
1 parent 01f31ac commit 06daa16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/platforms/pasemi/dma_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,3 +485,4 @@ int pasemi_dma_init(void)
spin_unlock(&init_lock);
return err;
}
EXPORT_SYMBOL(pasemi_dma_init);

0 comments on commit 06daa16

Please sign in to comment.