]> git.karo-electronics.de Git - karo-tx-linux.git/commit
crypto: add module.h to those files that are explicitly using it
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 27 May 2011 18:41:48 +0000 (14:41 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 31 Jul 2011 08:05:33 +0000 (04:05 -0400)
commitb7474bb0bcc4e7657c242ffd887c0aa7d3410c73
tree198fbb6a1c6dec46adf3b2a071704df1cf0286d6
parent1b7d19775b13b686d5ed9aa6de3c91d14f2cf554
crypto: add module.h to those files that are explicitly using it

Part of the include cleanups means that the implicit
inclusion of module.h via device.h is going away.  So
fix things up in advance.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
crypto/async_tx/async_memcpy.c
crypto/async_tx/async_pq.c
crypto/async_tx/async_raid6_recov.c
crypto/async_tx/async_tx.c
crypto/async_tx/async_xor.c
crypto/async_tx/raid6test.c
crypto/crypto_wq.c
crypto/md4.c
crypto/proc.c
crypto/vmac.c
crypto/xcbc.c