|
@@ -236,7 +236,7 @@ static void __exit crc32_pmull_mod_exit(void)
|
|
ARRAY_SIZE(crc32_pmull_algs));
|
|
ARRAY_SIZE(crc32_pmull_algs));
|
|
}
|
|
}
|
|
|
|
|
|
-static const struct cpu_feature crc32_cpu_feature[] = {
|
|
|
|
|
|
+static const struct cpu_feature __maybe_unused crc32_cpu_feature[] = {
|
|
{ cpu_feature(CRC32) }, { cpu_feature(PMULL) }, { }
|
|
{ cpu_feature(CRC32) }, { cpu_feature(PMULL) }, { }
|
|
};
|
|
};
|
|
MODULE_DEVICE_TABLE(cpu, crc32_cpu_feature);
|
|
MODULE_DEVICE_TABLE(cpu, crc32_cpu_feature);
|