From: a.othieno@bluewin.ch (Arthur Othieno)
To: trini@kernel.crashing.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH 2.6] include/asm-ppc/dma-mapping.h: dma_unmap_page()
Date: Fri, 23 Apr 2004 21:14:29 +0200 [thread overview]
Message-ID: <20040423191429.GA14356@mars> (raw)
In-Reply-To: <20040114161306.GA16950@stop.crashing.org>
Hi,
Duplicate definition of dma_unmap_single() should actually be
dma_unmap_page().
Against 2.6.6-rc2. Thanks.
dma-mapping.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
--- a/include/asm-ppc/dma-mapping.h 2004-04-11 14:05:45.000000000 +0200
+++ b/include/asm-ppc/dma-mapping.h 2004-04-22 18:06:53.000000000 +0200
@@ -77,7 +77,7 @@ dma_map_page(struct device *dev, struct
}
/* We do nothing. */
-#define dma_unmap_single(dev, addr, size, dir) do { } while (0)
+#define dma_unmap_page(dev, addr, size, dir) do { } while (0)
static inline int
dma_map_sg(struct device *dev, struct scatterlist *sg, int nents,
next prev parent reply other threads:[~2004-04-23 19:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-10 3:29 [patch] arch-specific cond_syscall usage issues Matt Mackall
2004-01-10 3:37 ` Andrew Morton
2004-01-10 3:53 ` Matt Mackall
2004-01-10 5:21 ` Pete Zaitcev
2004-01-10 6:03 ` Matt Mackall
2004-01-14 16:13 ` Tom Rini
2004-01-14 19:31 ` Andrew Morton
2004-01-14 19:47 ` Matt Mackall
2004-01-14 19:49 ` Tom Rini
2004-04-23 19:14 ` Arthur Othieno [this message]
2004-04-23 23:50 ` [PATCH 2.6] include/asm-ppc/dma-mapping.h: dma_unmap_page() Tom Rini
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=20040423191429.GA14356@mars \
--to=a.othieno@bluewin.ch \
--cc=linux-kernel@vger.kernel.org \
--cc=trini@kernel.crashing.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