]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
system_keyring.c doesn't need to #include module-internal.h
authorDavid Howells <dhowells@redhat.com>
Mon, 20 Jul 2015 20:16:27 +0000 (21:16 +0100)
committerDavid Howells <dhowells@redhat.com>
Fri, 7 Aug 2015 15:26:13 +0000 (16:26 +0100)
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>
kernel/system_keyring.c

index 875f64e8935bbf1f27320a42ae467f170b09e3d9..4cda71ee51c7a1171c8ebccf1a791164173b077f 100644 (file)
@@ -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);