Skip to content

Commit

Permalink
system_keyring.c doesn't need to #include module-internal.h
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
dhowells committed Aug 7, 2015
1 parent 23dfbba commit 1c39449
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/system_keyring.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1c39449

Please sign in to comment.