Skip to content

Commit

Permalink
x86: Make memtype_seq_ops const
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Tobias Klauser authored and Ingo Molnar committed Sep 6, 2009
1 parent 10f02d1 commit d535e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/mm/pat.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d535e43

Please sign in to comment.