|
@@ -45,7 +45,7 @@
|
|
* 'asm/cpufeature.h' of your favorite architecture.
|
|
* 'asm/cpufeature.h' of your favorite architecture.
|
|
*/
|
|
*/
|
|
#define module_cpu_feature_match(x, __initfunc) \
|
|
#define module_cpu_feature_match(x, __initfunc) \
|
|
-static struct cpu_feature const cpu_feature_match_ ## x[] = \
|
|
|
|
|
|
+static struct cpu_feature const __maybe_unused cpu_feature_match_ ## x[] = \
|
|
{ { .feature = cpu_feature(x) }, { } }; \
|
|
{ { .feature = cpu_feature(x) }, { } }; \
|
|
MODULE_DEVICE_TABLE(cpu, cpu_feature_match_ ## x); \
|
|
MODULE_DEVICE_TABLE(cpu, cpu_feature_match_ ## x); \
|
|
\
|
|
\
|