apparmor: declare nulldfa as static
authorJohn Johansen <john.johansen@canonical.com>
Sun, 19 Nov 2023 09:14:10 +0000 (01:14 -0800)
committerJohn Johansen <john.johansen@canonical.com>
Sun, 19 Nov 2023 09:14:10 +0000 (01:14 -0800)
commit735ad5d1532a811d068a731dff46fa02c2185981
tree17ab0d56e1879bf012e347cfd4c6427ccce42116
parent3c49ce0e220912406a478ac128657672608200a0
apparmor: declare nulldfa as static

With the conversion to a refcounted pdb the nulldfa is now only used
in security/apparmor/lsm.c so declar it as static.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202311092038.lqfYnvmf-lkp@intel.com/
Signed-off-by: John Johansen <john.johansen@canonical.com>
security/apparmor/lsm.c