[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <159054986673.88029.8385566623273988523@swboyd.mtv.corp.google.com>
Date: Tue, 26 May 2020 20:24:26 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Jason Yan <yanaijie@...wei.com>, linux-clk@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-omap@...r.kernel.org,
mturquette@...libre.com, t-kristo@...com, tony@...mide.com
Cc: Jason Yan <yanaijie@...wei.com>, Hulk Robot <hulkci@...wei.com>
Subject: Re: [PATCH] clk: ti: dra7: remove two unused symbols
Quoting Jason Yan (2020-04-17 00:35:23)
> Fix the following gcc warning:
>
> drivers/clk/ti/clk-7xx.c:320:43: warning: \u2018dra7_gpu_sys_clk_data\u2019
> defined but not used [-Wunused-const-variable=]
> static const struct omap_clkctrl_div_data dra7_gpu_sys_clk_data
> __initconst = {
> ^~~~~~~~~~~~~~~~~~~~~
> drivers/clk/ti/clk-7xx.c:315:27: warning: \u2018dra7_gpu_sys_clk_parents\u2019
> defined but not used [-Wunused-const-variable=]
> static const char * const dra7_gpu_sys_clk_parents[] __initconst = {
> ^~~~~~~~~~~~~~~~~~~~~~~~
>
> Reported-by: Hulk Robot <hulkci@...wei.com>
> Signed-off-by: Jason Yan <yanaijie@...wei.com>
> ---
Applied to clk-next
Powered by blists - more mailing lists