From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:02:51 +0000 (-0800) Subject: lib/md5.c: simplify include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9a29ae84c147a348c3cb7aef249b0d40ed6da1ed;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/md5.c b/lib/md5.c index 958a3c15923c..bb0cd01d356d 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -1,4 +1,4 @@ -#include +#include #include #include