X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fmips%2Foprofile%2Fop_model_rm9000.c;h=b7063fefa65b46d80c658697fbe629f9e95bd4f4;hb=3145012c1c34a3504a2234bd2034ca6ea4767bc5;hp=9b75e41c78ef891a02021db2cf40d5c004c7e391;hpb=87199134b4a85de56a7508c551ab3b3a3ee35035;p=powerpc.git diff --git a/arch/mips/oprofile/op_model_rm9000.c b/arch/mips/oprofile/op_model_rm9000.c index 9b75e41c78..b7063fefa6 100644 --- a/arch/mips/oprofile/op_model_rm9000.c +++ b/arch/mips/oprofile/op_model_rm9000.c @@ -126,7 +126,7 @@ static void rm9000_exit(void) free_irq(rm9000_perfcount_irq, NULL); } -struct op_mips_model op_model_rm9000 = { +struct op_mips_model op_model_rm9000_ops = { .reg_setup = rm9000_reg_setup, .cpu_setup = rm9000_cpu_setup, .init = rm9000_init,