diff options
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | 2015-02-12 15:02:51 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-12 18:54:15 -0800 |
commit | 9a29ae84c147a348c3cb7aef249b0d40ed6da1ed (patch) | |
tree | 1944ac45022000a847e4ba429dbdbe54283846b2 /lib/md5.c | |
parent | 7259fa0424208fb7ab19a914f10e2502d2f6d18b (diff) | |
download | op-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/md5.c')
-rw-r--r-- | lib/md5.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#include <linux/kernel.h> +#include <linux/compiler.h> #include <linux/export.h> #include <linux/cryptohash.h> |