From: Rusty Russell Date: Thu, 12 Aug 2010 05:04:39 +0000 (-0600) Subject: param: update drivers/acpi/debug.c to new scheme X-Git-Tag: v2.6.36-rc1~57^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef2db016aab27af05a95aeab1c30ad3f2fed7b9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed