|
@@ -263,7 +263,7 @@ fail:
|
|
return -ENODEV;
|
|
return -ENODEV;
|
|
}
|
|
}
|
|
|
|
|
|
-const struct x86_cpu_id skx_cpuids[] = {
|
|
|
|
|
|
+static const struct x86_cpu_id skx_cpuids[] = {
|
|
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_SKYLAKE_X, 0, 0 },
|
|
{ X86_VENDOR_INTEL, 6, INTEL_FAM6_SKYLAKE_X, 0, 0 },
|
|
{ }
|
|
{ }
|
|
};
|
|
};
|
|
@@ -1037,7 +1037,7 @@ static void skx_remove(void)
|
|
* search for all the devices we need
|
|
* search for all the devices we need
|
|
* check which DIMMs are present.
|
|
* check which DIMMs are present.
|
|
*/
|
|
*/
|
|
-int __init skx_init(void)
|
|
|
|
|
|
+static int __init skx_init(void)
|
|
{
|
|
{
|
|
const struct x86_cpu_id *id;
|
|
const struct x86_cpu_id *id;
|
|
const struct munit *m;
|
|
const struct munit *m;
|