From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932627AbcBAU3h (ORCPT ); Mon, 1 Feb 2016 15:29:37 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:35919 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932559AbcBAU3f (ORCPT ); Mon, 1 Feb 2016 15:29:35 -0500 Date: Mon, 1 Feb 2016 12:17:57 -0800 From: Olof Johansson To: Masahiro Yamada Cc: linux-arm-kernel@lists.infradead.org, arm@kernel.org, Russell King , Linus Walleij , linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: realview: use const and __initconst for smp_operations Message-ID: <20160201201757.GB13508@localhost> References: <1453721587-15363-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1453721587-15363-1-git-send-email-yamada.masahiro@socionext.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jan 25, 2016 at 08:33:07PM +0900, 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. > > Also, add missing "static" qualifier. > > Signed-off-by: Masahiro Yamada Applied to fixes. -Olof