From: David Howells Date: Mon, 20 Jul 2015 20:16:27 +0000 (+0100) Subject: system_keyring.c doesn't need to #include module-internal.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1c39449921fc6db1f942051f79868a19c92f4d47;p=linux-beck.git system_keyring.c doesn't need to #include module-internal.h system_keyring.c doesn't need to #include module-internal.h as it doesn't use the one thing that exports. Remove the inclusion. Signed-off-by: David Howells --- diff --git a/kernel/system_keyring.c b/kernel/system_keyring.c index 875f64e8935b..4cda71ee51c7 100644 --- a/kernel/system_keyring.c +++ b/kernel/system_keyring.c @@ -16,7 +16,6 @@ #include #include #include -#include "module-internal.h" struct key *system_trusted_keyring; EXPORT_SYMBOL_GPL(system_trusted_keyring);