Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751561AbaKKNzy (ORCPT ); Tue, 11 Nov 2014 08:55:54 -0500 Received: from mail-ie0-f172.google.com ([209.85.223.172]:47638 "EHLO mail-ie0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750924AbaKKNzx (ORCPT ); Tue, 11 Nov 2014 08:55:53 -0500 MIME-Version: 1.0 In-Reply-To: <1415624311-18980-1-git-send-email-bintian.wang@huawei.com> References: <1415624311-18980-1-git-send-email-bintian.wang@huawei.com> Date: Tue, 11 Nov 2014 21:55:52 +0800 Message-ID: Subject: Re: [PATCH] clk: hi3620: Move const initdata into correct code section From: Haojian Zhuang To: Bintian Wang Cc: Mike Turquette , Zhangfei Gao , Arnd Bergmann , Jaehoon Chung , Xin Li , "linux-kernel@vger.kernel.org" , Xinwei Hu Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10 November 2014 20:58, Bintian Wang wrote: > Use __initconst instead of __initdata for constant init data. > > Signed-off-by: Bintian Wang > --- > drivers/clk/hisilicon/clk-hi3620.c | 70 +++++++++++++++++++------------------- > 1 file changed, 35 insertions(+), 35 deletions(-) > > diff --git a/drivers/clk/hisilicon/clk-hi3620.c b/drivers/clk/hisilicon/clk-hi3620.c > index 339945d..640ea33 100644 > --- a/drivers/clk/hisilicon/clk-hi3620.c > +++ b/drivers/clk/hisilicon/clk-hi3620.c > @@ -38,44 +38,44 @@ > #include "clk.h" > > /* clock parent list */ > -static const char *timer0_mux_p[] __initdata = { "osc32k", "timerclk01", }; Acked-by: Haojian Zhuang -- 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/