Skip to content
Commit 56f55f8b authored by Russell King's avatar Russell King Committed by Russell King
Browse files

[ARM] dma: provide a better dma_map_page() implementation



We can translate a struct page directly to a DMA address using
page_to_dma().  No need to use page_address() followed by
virt_to_dma().

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent afd1a321
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment