UBUNTU: SAUCE: apparmor: fix bad __initdata tagging on, apparmor_initialized
BugLink: http://bugs.launchpad.net/bugs/1758471 apparmor_initialized is no longer init only data and the __initdata tagging was removed from the variable definition in security/apparmor/lsm.c but missed being removed from the declaration in security/apparmor/include/lib.h resulting in the following build warning WARNING: vmlinux.o(.text+0x393a60): Section mismatch in reference from the function param_set_aauint() to the variable .init.data:apparmor_initialized Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Stefan Bader <stefan.bader@canonical.com> Acked-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com> Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
Showing
Please register or sign in to comment