From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756204AbcAYMKr (ORCPT ); Mon, 25 Jan 2016 07:10:47 -0500 Received: from mail1.bemta12.messagelabs.com ([216.82.251.7]:9100 "EHLO mail1.bemta12.messagelabs.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751791AbcAYMKo (ORCPT ); Mon, 25 Jan 2016 07:10:44 -0500 X-Env-Sender: Marc_Gonzalez@sigmadesigns.com X-Msg-Ref: server-3.tower-163.messagelabs.com!1453723839!23795772!1 X-Originating-IP: [195.215.56.170] X-StarScan-Received: X-StarScan-Version: 7.35.1; banners=-,-,- X-VirusChecked: Checked Subject: Re: [PATCH] ARM: tango: use const and __initconst for smp_operations To: Masahiro Yamada , , CC: Russell King , References: <1453721622-15437-1-git-send-email-yamada.masahiro@socionext.com> From: Marc Gonzalez Message-ID: <56A610BD.9010608@sigmadesigns.com> Date: Mon, 25 Jan 2016 13:10:37 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39 MIME-Version: 1.0 In-Reply-To: <1453721622-15437-1-git-send-email-yamada.masahiro@socionext.com> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Originating-IP: [172.27.0.114] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25/01/2016 12:33, Masahiro Yamada wrote: > This newly added code missed the global fixup by commit 75305275a721 > ("ARM: use const and __initconst for smp_operations"). So fix it now. > > Signed-off-by: Masahiro Yamada > --- > > arch/arm/mach-tango/platsmp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Marc Gonzalez