commit | 5b5d9117407e790ade594687010343c5d559a1f4 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Mar 12 09:07:19 2009 +1030 |
committer | Len Brown <len.brown@intel.com> | Thu Apr 02 16:38:11 2009 -0400 |
tree | bef1cedd053ae0eec09fa5af3cf3012141b2ede9 | |
parent | 8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84 [diff] |
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 <rusty@rustcorp.com.au> Signed-off-by: Len Brown <len.brown@intel.com>