Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

lib/md5.c: simplify include

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 <linux@rasmusvillemoes.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Rasmus Villemoes and committed by
Linus Torvalds
9a29ae84 7259fa04

+1 -1
+1 -1
lib/md5.c
··· 1 - #include <linux/kernel.h> 1 + #include <linux/compiler.h> 2 2 #include <linux/export.h> 3 3 #include <linux/cryptohash.h> 4 4