Commit 9a29ae84 authored by Rasmus Villemoes's avatar Rasmus Villemoes Committed by Linus Torvalds

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: default avatarRasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 7259fa04
#include <linux/kernel.h>
#include <linux/compiler.h>
#include <linux/export.h>
#include <linux/cryptohash.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment