]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite5831c2203aa7fb73630eba9768278c0460cbffa
tree56254b27ac0352339777dcb9e654a4456ac3e244
parentb9a25f53474167dee2cb3a5768fa0c737ab8f22f
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