From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 9666FDDF41 for ; Fri, 14 Dec 2007 19:01:28 +1100 (EST) Date: Fri, 14 Dec 2007 02:06:55 -0600 From: Olof Johansson To: jgarzik@pobox.com Subject: [PATCH] [POWERPC] pasemi: export pasemi_dma_init() Message-ID: <20071214080655.GA27284@lixom.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Forgot to export this one. Needed when pasemi_mac is compiled as a module. Signed-off-by: Olof Johansson --- Jeff, since the dma_lib stuff went up through netdev-2.6, please apply and feed this one up with the rest. Thanks, Olof Index: 2.6.24/arch/powerpc/platforms/pasemi/dma_lib.c =================================================================== --- 2.6.24.orig/arch/powerpc/platforms/pasemi/dma_lib.c +++ 2.6.24/arch/powerpc/platforms/pasemi/dma_lib.c @@ -485,3 +485,4 @@ out: spin_unlock(&init_lock); return err; } +EXPORT_SYMBOL(pasemi_dma_init);