From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3vnW3h6H7HzDq95 for ; Tue, 21 Mar 2017 22:36:16 +1100 (AEDT) In-Reply-To: <1488879162-20596-1-git-send-email-me@tobin.cc> To: tcharding From: Michael Ellerman Cc: Paul Mackerras , linuxppc-dev@lists.ozlabs.org, "Tobin C. Harding" Subject: Re: [RESEND] powerpc/pseries: move struct hcall_stats to c file Message-Id: <3vnW3h4lJPz9s8B@ozlabs.org> Date: Tue, 21 Mar 2017 22:36:16 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2017-03-07 at 09:32:42 UTC, tcharding wrote: > struct hcall_stats is only used in hvCall_inst.c. > > Move struct hcall_stats to hvCall_inst.c > > Signed-off-by: Tobin C. Harding Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/017614a5d6c09ec9e0dc3fd46a5018 cheers