From: Rasmus Villemoes Date: Thu, 12 Feb 2015 23:03:16 +0000 (-0800) Subject: lib/strncpy_from_user.c: replace module.h include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=bf3c2d6d2f9649f1cdfac96781e98a097e871147;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git lib/strncpy_from_user.c: replace module.h include strncpy_from_user.c only needs EXPORT_SYMBOL, so just include compiler.h and export.h instead of the whole module.h machinery. Signed-off-by: Rasmus Villemoes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/strncpy_from_user.c b/lib/strncpy_from_user.c index bb2b201d6ad0..e0af6ff73d14 100644 --- a/lib/strncpy_from_user.c +++ b/lib/strncpy_from_user.c @@ -1,4 +1,5 @@ -#include +#include +#include #include #include #include