AppArmor: update for module_param_named API change
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 2 Aug 2010 02:00:43 +0000 (12:00 +1000)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Aug 2010 13:34:14 +0000 (23:04 +0930)
Fixes these build errors:
security/apparmor/lsm.c:701: error: 'param_ops_aabool' undeclared here (not in a function)
security/apparmor/lsm.c:721: error: 'param_ops_aalockpolicy' undeclared here (not in a function)
security/apparmor/lsm.c:729: error: 'param_ops_aauint' undeclared here (not in a function)

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found