From: Matt Porter <mporter@kernel.crashing.org>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH][PPC32] Export some DMA API symbols
Date: Sat, 24 Jul 2004 11:56:05 -0700 [thread overview]
Message-ID: <20040724115605.B32427@home.com> (raw)
Exports some DMA API symbols so module clients work.
Signed-off-by: Matt Porter <mporter@kernel.crashing.org>
===== arch/ppc/kernel/dma-mapping.c 1.1 vs edited =====
--- 1.1/arch/ppc/kernel/dma-mapping.c Sat May 29 10:56:08 2004
+++ edited/arch/ppc/kernel/dma-mapping.c Fri Jun 4 14:08:41 2004
@@ -254,6 +254,7 @@
no_page:
return NULL;
}
+EXPORT_SYMBOL(__dma_alloc_coherent);
/*
* free a page as defined by the above mapping.
@@ -317,7 +318,7 @@
__func__, vaddr);
dump_stack();
}
-EXPORT_SYMBOL(dma_free_coherent);
+EXPORT_SYMBOL(__dma_free_coherent);
/*
* Initialise the consistent memory allocation.
reply other threads:[~2004-07-24 18:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040724115605.B32427@home.com \
--to=mporter@kernel.crashing.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox