Skip to content

Commit

Permalink
lib/md5.c: simplify include
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Villemoes authored and torvalds committed Feb 13, 2015
1 parent 7259fa0 commit 9a29ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/md5.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <linux/kernel.h>
#include <linux/compiler.h>
#include <linux/export.h>
#include <linux/cryptohash.h>

Expand Down

0 comments on commit 9a29ae8

Please sign in to comment.