diff options
| author | Olof Johansson <olof@lixom.net> | 2007-12-14 03:06:55 -0500 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:07:21 -0500 |
| commit | 06daa168b681797c91ce1fd567d706b9b84738e2 (patch) | |
| tree | 66c8130c97bd399c09fbdce46279622f602d2bf7 /arch/powerpc/platforms/pasemi | |
| parent | 01f31ac8289200e1cab4d100ce991cebe5731360 (diff) | |
pasemi: export pasemi_dma_init()
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>
Diffstat (limited to 'arch/powerpc/platforms/pasemi')
| -rw-r--r-- | arch/powerpc/platforms/pasemi/dma_lib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/pasemi/dma_lib.c b/arch/powerpc/platforms/pasemi/dma_lib.c index e6e474247dc9..c529d8dff395 100644 --- a/arch/powerpc/platforms/pasemi/dma_lib.c +++ b/arch/powerpc/platforms/pasemi/dma_lib.c | |||
| @@ -485,3 +485,4 @@ out: | |||
| 485 | spin_unlock(&init_lock); | 485 | spin_unlock(&init_lock); |
| 486 | return err; | 486 | return err; |
| 487 | } | 487 | } |
| 488 | EXPORT_SYMBOL(pasemi_dma_init); | ||
