]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/cpufeature.h
mtd: rawnand: fsl_ifc: fixup SRAM init for newer ctrl versions
[mirror_ubuntu-bionic-kernel.git] / include / linux / cpufeature.h
index 986c06c88d81426b2d0629eb85994ba1f26616d8..84d3c81b59781563f57f66e87c685e2ad7ef191e 100644 (file)
@@ -45,7 +45,7 @@
  * 'asm/cpufeature.h' of your favorite architecture.
  */
 #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) }, { } };                 \
 MODULE_DEVICE_TABLE(cpu, cpu_feature_match_ ## x);             \
                                                                \