From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755318AbbHXTgT (ORCPT ); Mon, 24 Aug 2015 15:36:19 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:48356 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753819AbbHXTgR (ORCPT ); Mon, 24 Aug 2015 15:36:17 -0400 Date: Mon, 24 Aug 2015 14:36:14 -0500 From: Andy Gross To: Masahiro Yamada Cc: arm@kernel.org, linux-arm-msm@vger.kernel.org, David Brown , Kumar Gala , linux-kernel@vger.kernel.org, Russell King , linux-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 11/18] ARM: qcom: use const and __initconst for smp_operations Message-ID: <20150824193614.GA16922@qualcomm.com> References: <1440390978-22796-1-git-send-email-yamada.masahiro@socionext.com> <1440390978-22796-12-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1440390978-22796-12-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 24, 2015 at 01:36:11PM +0900, Masahiro Yamada wrote: > The smp_operations structure is not over-written, so add const > qualifier and replace __initdata with __initconst. > > Signed-off-by: Masahiro Yamada > --- Thanks! Reviewed-by: Andy Gross -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project