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)
commit101d6c826fa03266f8538ea4f6a459190e6863e8
tree56254b27ac0352339777dcb9e654a4456ac3e244
parent9bbb9e5a33109b2832e2e63dcc7a132924ab374b
AppArmor: update for module_param_named API change

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>
security/apparmor/lsm.c