X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=arch%2Fpowerpc%2Fplatforms%2Fpseries%2FhvCall_inst.c;fp=arch%2Fpowerpc%2Fplatforms%2Fpseries%2FhvCall_inst.c;h=3631a4f277eb2ab8aaf02676d7124d6a2a430e44;hb=88e9d34c727883d7d6f02cf1475b3ec98b8480c7;hp=eae51ef9af2441c2b12660ad786e3a318e567436;hpb=b7ed698cc9d556306a4088c238e2ea9311ea2cb3;p=cascardo%2Flinux.git diff --git a/arch/powerpc/platforms/pseries/hvCall_inst.c b/arch/powerpc/platforms/pseries/hvCall_inst.c index eae51ef9af24..3631a4f277eb 100644 --- a/arch/powerpc/platforms/pseries/hvCall_inst.c +++ b/arch/powerpc/platforms/pseries/hvCall_inst.c @@ -71,7 +71,7 @@ static int hc_show(struct seq_file *m, void *p) return 0; } -static struct seq_operations hcall_inst_seq_ops = { +static const struct seq_operations hcall_inst_seq_ops = { .start = hc_start, .next = hc_next, .stop = hc_stop,