From: Rusty Russell Date: Wed, 11 Mar 2009 22:37:19 +0000 (+1030) Subject: ACPI: simplify module_param namespace X-Git-Tag: v2.6.30-rc1~199^2~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b5d9117407e790ade594687010343c5d559a1f4;p=pandora-kernel.git ACPI: simplify module_param namespace Impact: cleanup Rather than overriding MODULE_PARAM_PREFIX, build via acpi.o so KBUILD_MODNAME is set to "acpi". This is the logical way to do it, even though acpi cannot be a module due to these config options being bool. Those parts of ACPI which can be modular are not built into the acpi "module". Signed-off-by: Rusty Russell Signed-off-by: Len Brown --- Reading git-diff-tree failed