forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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");