From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 2/2] ARM: use const and __initconst for smp_operations Date: Tue, 1 Dec 2015 10:43:54 +0100 Message-ID: References: <1447551593-22246-1-git-send-email-yamada.masahiro@socionext.com> <1447551593-22246-3-git-send-email-yamada.masahiro@socionext.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1447551593-22246-3-git-send-email-yamada.masahiro-uWyLwvC0a2jby3iVrkZq2A@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+glpam-linux-mediatek=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Masahiro Yamada Cc: Mark Rutland , Andrew Lunn , Krzysztof Kozlowski , "open list:ARM/STI ARCHITECTURE" , "linux-sh-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Brian Norris , Will Deacon , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Matthias Brugger , Chen-Yu Tsai , Thierry Reding , Shawn Guo , Heiko Stuebner , Alexandre Courbot , linux-samsung-soc , Florian Fainelli , Russell King , =?UTF-8?Q?Emilio_L=C3=B3pez?= , Viresh Kumar , Stephen Warren , Magnus Damm List-Id: linux-tegra@vger.kernel.org On Sun, Nov 15, 2015 at 2:39 AM, 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 > Acked-by: Krzysztof Kozlowski > Acked-by: Maxime Ripard > Acked-by: Moritz Fischer Acked-by: Linus Walleij Yours, Linus Walleij