Re: [RESEND PATCH] powerpc/pseries: move struct hcall_stats to c file

2017-03-07 Thread Michael Ellerman
"Tobin C. Harding" writes: > struct hcall_stats is only used in hvCall_inst.c. > > Move struct hcall_stats to hvCall_inst.c > > Resolves: #54 > Signed-off-by: Tobin C. Harding > --- > > Is this correct, adding 'Resolves: #XX' when fixing > github.com/linuxppc/linux issues? Not in the change log

[RESEND PATCH] powerpc/pseries: move struct hcall_stats to c file

2017-03-07 Thread Tobin C. Harding
struct hcall_stats is only used in hvCall_inst.c. Move struct hcall_stats to hvCall_inst.c Resolves: #54 Signed-off-by: Tobin C. Harding --- Is this correct, adding 'Resolves: #XX' when fixing github.com/linuxppc/linux issues? arch/powerpc/include/asm/hvcall.h| 10 -- arch