summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2015-07-20 20:16:27 (GMT)
committerDavid Howells <dhowells@redhat.com>2015-08-07 15:26:13 (GMT)
commit1c39449921fc6db1f942051f79868a19c92f4d47 (patch)
tree8407d224dfe3fa5eaff670d435543f3e058b6278
parent23dfbbabbb3a62104b040b422121c84800312ad0 (diff)
downloadlinux-1c39449921fc6db1f942051f79868a19c92f4d47.tar.xz
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 <dhowells@redhat.com>
-rw-r--r--kernel/system_keyring.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/system_keyring.c b/kernel/system_keyring.c
index 875f64e..4cda71e 100644
--- a/kernel/system_keyring.c
+++ b/kernel/system_keyring.c
@@ -16,7 +16,6 @@
#include <linux/err.h>
#include <keys/asymmetric-type.h>
#include <keys/system_keyring.h>
-#include "module-internal.h"
struct key *system_trusted_keyring;
EXPORT_SYMBOL_GPL(system_trusted_keyring);