projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7259fa0
)
lib/md5.c: simplify include
author
Rasmus Villemoes
<linux@rasmusvillemoes.dk>
Thu, 12 Feb 2015 23:02:51 +0000
(15:02 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 13 Feb 2015 02:54:15 +0000
(18:54 -0800)
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>
lib/md5.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/md5.c
b/lib/md5.c
index 958a3c15923c8a96d4aaf04159fff90710d5d5c2..bb0cd01d356d4263670a06909a2717eb913915a7 100644
(file)
--- 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>