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-Tag: firefly_0821_release~176^2~2336^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bf3c2d6d2f9649f1cdfac96781e98a097e871147;p=firefly-linux-kernel-4.4.55.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