hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/ia64/kernel/salinfo.c
....@@ -581,7 +581,7 @@
581581 * 'data' contains an integer that corresponds to the feature we're
582582 * testing
583583 */
584
-static int proc_salinfo_show(struct seq_file *m, void *v)
584
+static int __maybe_unused proc_salinfo_show(struct seq_file *m, void *v)
585585 {
586586 unsigned long data = (unsigned long)v;
587587 seq_puts(m, (sal_platform_features & data) ? "1\n" : "0\n");