|
@@ -19,7 +19,7 @@ struct cpuid_dep {
|
|
|
* called from cpu hotplug. It shouldn't do anything in this case,
|
|
|
* but it's difficult to tell that to the init reference checker.
|
|
|
*/
|
|
|
-const static struct cpuid_dep cpuid_deps[] = {
|
|
|
+static const struct cpuid_dep cpuid_deps[] = {
|
|
|
{ X86_FEATURE_XSAVEOPT, X86_FEATURE_XSAVE },
|
|
|
{ X86_FEATURE_XSAVEC, X86_FEATURE_XSAVE },
|
|
|
{ X86_FEATURE_XSAVES, X86_FEATURE_XSAVE },
|