Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759041AbbKST7E (ORCPT ); Thu, 19 Nov 2015 14:59:04 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:36616 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751888AbbKST7C (ORCPT ); Thu, 19 Nov 2015 14:59:02 -0500 Subject: Re: [PATCH 2/2] ARM: use const and __initconst for smp_operations To: Masahiro Yamada References: <1447551593-22246-1-git-send-email-yamada.masahiro@socionext.com> <1447551593-22246-3-git-send-email-yamada.masahiro@socionext.com> Cc: linux-arm-kernel@lists.infradead.org, "linux-kernel@vger.kernel.org" From: Sebastian Hesselbarth X-Enigmail-Draft-Status: N1110 Message-ID: <564E2A02.90903@gmail.com> Date: Thu, 19 Nov 2015 20:58:58 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: <1447551593-22246-3-git-send-email-yamada.masahiro@socionext.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 730 Lines: 24 On 15.11.2015 02:39, Masahiro Yamada wrote: > These smp_operations structures are not over-written, so add "const" > qualifier and replace __initdata with __initconst. > > Also, add "static" where it is possible. > > Signed-off-by: Masahiro Yamada > --- [...] > arch/arm/mach-berlin/platsmp.c | 2 +- [...] > 54 files changed, 64 insertions(+), 64 deletions(-) For berlin, Acked-by: Sebastian Hesselbarth -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/