Commit 9a29ae84c147a348c3cb7aef249b0d40ed6da1ed

Authored by Rasmus Villemoes
Committed by Linus Torvalds
1 parent 7259fa0424

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

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