ACPI: simplify module_param namespace
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Mar 2009 22:37:19 +0000 (09:07 +1030)
committerLen Brown <len.brown@intel.com>
Thu, 2 Apr 2009 20:38:11 +0000 (16:38 -0400)
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 <rusty@rustcorp.com.au>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found