History log of /lib/check_signature.c
Revision Date Author Comments
8bc3bcc93a2b4e47d5d410146f6546bca6171663 17-Nov-2011 Paul Gortmaker <paul.gortmaker@windriver.com> lib: reduce the use of module.h wherever possible

For files only using THIS_MODULE and/or EXPORT_SYMBOL, map
them onto including export.h -- or if the file isn't even
using those, then just delete the include. Fix up any implicit
include dependencies that were being masked by module.h along
the way.

Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
cc2ea416b2aa04d0c34ff2281a23dae5b76b7b3b 16-Jul-2007 Andrew Morton <akpm@linux-foundation.org> uninline check_signature()

This is a rather bizarre thing to have inlined in io.h. Stick it in lib/
instead.

While we're there, despaghetti it a bit, and fix its off-by-one behaviour when
passed a zero length.

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>