On 08/02/2012 09:23 PM, Michael Ellerman wrote: > 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@xxxxxxxxxxxxxx> > --- > drivers/crypto/nx/nx-842.c | 34 ++++++++++++++++++---------------- > 1 file changed, 18 insertions(+), 16 deletions(-) Looks good here. Thanks for doing this! Acked-by: Seth Jennings <sjenning@xxxxxxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html