From: Herbert Xu Date: Sun, 14 May 2006 01:00:39 +0000 (+1000) Subject: [CRYPTO] aes-i586: Get rid of useless function wrappers X-Git-Tag: v2.6.18-rc1~603^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b55ba0303bb59c34fab8e015634018780491614;p=pandora-kernel.git [CRYPTO] aes-i586: Get rid of useless function wrappers The wrappers aes_encrypt/aes_decrypt simply reverse the order of the function arguments. It's just as easy to get the actual assembly code to read them in the opposite order. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed