Skip to content

Commit 1c39449

Browse files
committed
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>
1 parent 23dfbba commit 1c39449

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

kernel/system_keyring.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include <linux/err.h>
1717
#include <keys/asymmetric-type.h>
1818
#include <keys/system_keyring.h>
19-
#include "module-internal.h"
2019

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

0 commit comments

Comments
 (0)