projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23dfbba
)
system_keyring.c doesn't need to #include module-internal.h
author
David Howells
<dhowells@redhat.com>
Mon, 20 Jul 2015 20:16:27 +0000
(21:16 +0100)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/kernel/system_keyring.c
b/kernel/system_keyring.c
index 875f64e8935bbf1f27320a42ae467f170b09e3d9..4cda71ee51c7a1171c8ebccf1a791164173b077f 100644
(file)
--- 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);