We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a712b30 commit b9d79e4Copy full SHA for b9d79e4
drivers/video/fbdev/core/fbmem.c
@@ -733,7 +733,7 @@ static int fb_seq_show(struct seq_file *m, void *v)
733
return 0;
734
}
735
736
-static const struct seq_operations proc_fb_seq_ops = {
+static const struct __maybe_unused seq_operations proc_fb_seq_ops = {
737
.start = fb_seq_start,
738
.next = fb_seq_next,
739
.stop = fb_seq_stop,
0 commit comments