Explorar el Código

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>
David Howells hace 10 años
padre
commit
1c39449921
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      kernel/system_keyring.c

+ 0 - 1
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);