From: Simon Arlott Date: Wed, 2 May 2007 12:08:26 +0000 (+1000) Subject: [CRYPTO] padlock: Remove pointless padlock module X-Git-Tag: v2.6.22-rc1~1040^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6259deacfd55607ae57cff422d3bc7694ea14e7;p=pandora-kernel.git [CRYPTO] padlock: Remove pointless padlock module When this is compiled in it is run too early to do anything useful: [ 6.052000] padlock: No VIA PadLock drivers have been loaded. [ 6.052000] padlock: Using VIA PadLock ACE for AES algorithm. [ 6.052000] padlock: Using VIA PadLock ACE for SHA1/SHA256 algorithms. When it's a module it isn't doing anything special, the same functionality can be provided in userspace by "probeall padlock padlock-aes padlock-sha" in modules.conf if it is required. Signed-off-by: Simon Arlott Cc: Michal Ludvig Signed-off-by: Herbert Xu --- Reading git-diff-tree failed