summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRasmus Villemoes <linux@rasmusvillemoes.dk>2015-02-12 15:02:51 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2015-02-12 18:54:15 -0800
commit9a29ae84c147a348c3cb7aef249b0d40ed6da1ed (patch)
tree1944ac45022000a847e4ba429dbdbe54283846b2 /lib
parent7259fa0424208fb7ab19a914f10e2502d2f6d18b (diff)
downloadop-kernel-dev-9a29ae84c147a348c3cb7aef249b0d40ed6da1ed.zip
op-kernel-dev-9a29ae84c147a348c3cb7aef249b0d40ed6da1ed.tar.gz
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>
Diffstat (limited to 'lib')
-rw-r--r--lib/md5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/md5.c b/lib/md5.c
index 958a3c1..bb0cd01 100644
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -1,4 +1,4 @@
-#include <linux/kernel.h>
+#include <linux/compiler.h>
#include <linux/export.h>
#include <linux/cryptohash.h>
OpenPOWER on IntegriCloud