mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
x86: Make memtype_seq_ops const
Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
10f02d1168
commit
d535e4319a
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ static int memtype_seq_show(struct seq_file *seq, void *v)
|
|||
return 0;
|
||||
}
|
||||
|
||||
static struct seq_operations memtype_seq_ops = {
|
||||
static const struct seq_operations memtype_seq_ops = {
|
||||
.start = memtype_seq_start,
|
||||
.next = memtype_seq_next,
|
||||
.stop = memtype_seq_stop,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue