param: update drivers/acpi/debug.c to new scheme
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 12 Aug 2010 05:04:39 +0000 (23:04 -0600)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Aug 2010 13:34:40 +0000 (23:04 +0930)
commit4ef2db016aab27af05a95aeab1c30ad3f2fed7b9
tree48adb3265b7e8552f0c30a525105139900d8b7de
parent57ba4717f2fe3ed441f3225dd9e05f6a0419fb6c
param: update drivers/acpi/debug.c to new scheme

The new module_param_cb() uses an ops struct, and the ops take a
const struct kernel_param pointer (it's in .rodata).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/acpi/debug.c