> This adds a new option:
>
http://git.kernel.org/?p=linux/kernel/git/sfr/linux-next.git;a=commitdiff;h=1382827e93...
> which specifies MODULE_PARAM_PREFIX="acpi." in:
> drivers/acpi/power.c
> In the same way as:
> drivers/acpi/system.c
>
> Seems, two different modules should not declare parameters in different
> locations, and use the same MODULE_PARAM_PREFIX.