Commit de78c311 authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[CPUFREQ] powernow-k7 needs to init later.

Due to the possible dependancy on ACPI.
parent 77d4fd78
......@@ -637,6 +637,6 @@ MODULE_AUTHOR ("Dave Jones <davej@codemonkey.org.uk>");
MODULE_DESCRIPTION ("Powernow driver for AMD K7 processors.");
MODULE_LICENSE ("GPL");
module_init(powernow_init);
late_initcall(powernow_init);
module_exit(powernow_exit);
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