Commit 9b9eb592 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] Remove redundant part of powernow-k7 module parm

If used as a bootparam, this would've become powernow-k7.powernow_acpi_force which looks silly.
parent 34c3789d
......@@ -640,7 +640,7 @@ static void __exit powernow_exit (void)
module_param(powernow_acpi_force, int, 0444);
MODULE_PARM_DESC(powernow_acpi_force, "Force ACPI to be used");
MODULE_PARM_DESC(acpi_force, "Force ACPI to be used");
MODULE_AUTHOR ("Dave Jones <davej@codemonkey.org.uk>");
MODULE_DESCRIPTION ("Powernow driver for AMD K7 processors.");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment