kernel/arch/ia64/kernel/salinfo.c
.. .. @@ -581,7 +581,7 @@ 581 581 * 'data' contains an integer that corresponds to the feature we're 582 582 * testing 583 583 */ 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)585 585 { 586 586 unsigned long data = (unsigned long)v; 587 587 seq_puts(m, (sal_platform_features & data) ? "1\n" : "0\n");