diff options
author | Jason Yan <[email protected]> | 2020-04-17 15:35:23 +0800 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2020-05-26 20:24:21 -0700 |
commit | c5bd76d93e72be90b4682979b2236f56b567885d (patch) | |
tree | 7e8599aabef0ced655b5b9b4094f4593c3c69037 /scripts/gdb/linux/lists.py | |
parent | 4f74251df0ceb3b9fbddf8b5c6aef31c0092b617 (diff) |
clk: ti: dra7: remove two unused symbols
Fix the following gcc warning:
drivers/clk/ti/clk-7xx.c:320:43: warning: ‘dra7_gpu_sys_clk_data’
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: ‘dra7_gpu_sys_clk_parents’
defined but not used [-Wunused-const-variable=]
static const char * const dra7_gpu_sys_clk_parents[] __initconst = {
^~~~~~~~~~~~~~~~~~~~~~~~
Reported-by: Hulk Robot <[email protected]>
Signed-off-by: Jason Yan <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Acked-by: Tony Lindgren <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions