Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752443AbdI0XXX (ORCPT ); Wed, 27 Sep 2017 19:23:23 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:33250 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752192AbdI0XXW (ORCPT ); Wed, 27 Sep 2017 19:23:22 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org B7F466029B Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=rkuo@codeaurora.org Date: Wed, 27 Sep 2017 18:23:19 -0500 From: Richard Kuo To: Bhumika Goyal Cc: julia.lawall@lip6.fr, linux-hexagon@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] hexagon/time: make rtos_timer_device __initdata Message-ID: <20170927232319.GA5939@codeaurora.org> References: <1505804841-20278-1-git-send-email-bhumirks@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1505804841-20278-1-git-send-email-bhumirks@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 665 Lines: 19 On Tue, Sep 19, 2017 at 12:37:21PM +0530, Bhumika Goyal wrote: > Make this __initdata as it is only modified during the init phase and > after that the structure and its fields are not referenced anywhere. > > Signed-off-by: Bhumika Goyal > --- > Hexagon architecture was not found while cross-compiling, so the > file is not compile-tested. > > arch/hexagon/kernel/time.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Richard Kuo -- Employee of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project