git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
023af60
)
crypto: nx - Remove virt_to_abs() usage in nx-842.c
author
Michael Ellerman
<michael@ellerman.id.au>
Fri, 3 Aug 2012 02:23:15 +0000
(12:23 +1000)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Mon, 20 Aug 2012 08:28:12 +0000
(16:28 +0800)
virt_to_abs() is just a wrapper around __pa(), use __pa() directly.
We should be including <asm/page.h> to get __pa(). abs_addr.h will be
removed shortly so drop that.
We were getting of.h via abs_addr.h so we need to include that directly.
Having done all that, clean up the ordering of the includes.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Seth Jennings <sjenning@linux.vnet.ibm.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/nx/nx-842.c
patch
|
blob
|
history
diff --cc
drivers/crypto/nx/nx-842.c
Simple merge