commit | bf3c2d6d2f9649f1cdfac96781e98a097e871147 | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Thu Feb 12 15:03:16 2015 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Feb 12 18:54:16 2015 -0800 |
tree | fca055aad5592e168c1eac6c6bf0508ab136db51 | |
parent | b6d4f3221d7fe00d440edaeeb6cde7257ae63a73 [diff] |
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 <linux@rasmusvillemoes.dk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>