1
0
Fork 0

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>
wifi-calibration
Rasmus Villemoes 2015-02-12 15:02:51 -08:00 committed by Linus Torvalds
parent 7259fa0424
commit 9a29ae84c1
1 changed files with 1 additions and 1 deletions

View File

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