]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
commit1c39449921fc6db1f942051f79868a19c92f4d47
tree8407d224dfe3fa5eaff670d435543f3e058b6278
parent23dfbbabbb3a62104b040b422121c84800312ad0
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>
kernel/system_keyring.c