diff options
author | Arnd Bergmann <[email protected]> | 2024-04-03 10:06:29 +0200 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2024-04-05 14:13:22 -0700 |
commit | 4acfeecd0062821fe66a520635adf65c6db759c3 (patch) | |
tree | 9d3d4050eb9efe406980be3c6ab18aaeda5b020f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 0cd830ac3be548c920924baa84f782a763167460 (diff) |
clk: ti: dpll: fix incorrect #ifdef checks
Building with W=1 shows warnings about unused const variables like this one:
drivers/clk/ti/dpll.c:99:29: error: unused variable 'omap3_dpll_core_ck_ops' [-Werror,-Wunused-const-variable]
static const struct clk_ops omap3_dpll_core_ck_ops = {};
The problem is that the #ifdef checks for some of the structures in this
file have gone out of sync with the code referencing them. Update these
to match the current usage.
Signed-off-by: Arnd Bergmann <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Reviewed-by: Tony Lindgren <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions