mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
Smack: Three symbols that should be static
The kbuild test robot reported a couple of these, and the third showed up by inspection. Making the symbols static is proper. Reported-by: Fengguang Wu <fengguang.wu@intel.com> Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
This commit is contained in:
@@ -139,7 +139,7 @@ struct smack_master_list {
|
||||
struct smack_rule *smk_rule;
|
||||
};
|
||||
|
||||
LIST_HEAD(smack_rule_list);
|
||||
static LIST_HEAD(smack_rule_list);
|
||||
|
||||
struct smack_parsed_rule {
|
||||
struct smack_known *smk_subject;
|
||||
|
||||
Reference in New Issue
Block a user