Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c394499 authored by David Howells's avatar David Howells
Browse files

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: default avatarDavid Howells <dhowells@redhat.com>
parent 23dfbbab
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,6 @@
#include <linux/err.h>
#include <linux/err.h>
#include <keys/asymmetric-type.h>
#include <keys/asymmetric-type.h>
#include <keys/system_keyring.h>
#include <keys/system_keyring.h>
#include "module-internal.h"


struct key *system_trusted_keyring;
struct key *system_trusted_keyring;
EXPORT_SYMBOL_GPL(system_trusted_keyring);
EXPORT_SYMBOL_GPL(system_trusted_keyring);