aboutsummaryrefslogtreecommitdiff
path: root/lib/md5.c
AgeCommit message (Collapse)AuthorFilesLines
2015-02-12lib/md5.c: simplify includeRasmus Villemoes1-1/+1
md5.c doesn't use anything from kernel.h, except that that pulls in compiler.h, which is needed for the export.h to work. Signed-off-by: Rasmus Villemoes <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
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 <[email protected]>
2011-08-06crypto: Move md5_transform to lib/md5.cDavid S. Miller1-0/+95
We are going to use this for TCP/IP sequence number and fragment ID generation. Signed-off-by: David S. Miller <[email protected]>