Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a3b7d9a authored by Junjie Wu's avatar Junjie Wu
Browse files

clock-gcc-8974: Change debug_mux_priv to static



debug_mux_priv should not be exposed outside of clock-gcc-8974.c. Add
static to fix multiple definition errors.

Change-Id: Ica5d978a27b42c1b3d4260957f6e388196f5cd90
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent f75c756e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -2230,7 +2230,7 @@ static struct branch_clk gcc_mss_q6_bimc_axi_clk = {
static struct mux_clk gcc_debug_mux;
static struct clk_ops clk_ops_debug_mux;

struct measure_clk_data debug_mux_priv = {
static struct measure_clk_data debug_mux_priv = {
	.cxo = &cxo_clk_src.c,
	.plltest_reg = GCC_PLLTEST_PAD_CFG_REG,
	.plltest_val = 0x51A00,