summaryrefslogtreecommitdiffstats
path: root/drivers/clk/rockchip/clk.h
diff options
context:
space:
mode:
authorShawn Lin <shawn.lin@rock-chips.com>2016-03-13 00:25:00 +0800
committerHeiko Stuebner <heiko@sntech.de>2016-03-27 13:03:34 +0200
commitcb3abdd628abe8583c81b07d5bb8b6d1dbd12227 (patch)
treeda6ea52c971d9b395ef67832bfcf900468478f83 /drivers/clk/rockchip/clk.h
parentb40baccd236a9a91fbb077efb8dadb41fdfb55ab (diff)
downloadlinux-stable-cb3abdd628abe8583c81b07d5bb8b6d1dbd12227.tar.gz
linux-stable-cb3abdd628abe8583c81b07d5bb8b6d1dbd12227.tar.bz2
linux-stable-cb3abdd628abe8583c81b07d5bb8b6d1dbd12227.zip
clk: rockchip: remove mux_core_reg from rockchip_cpuclk_reg_data
mux_core_reg isn't been used anywhere, let's remove it. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'drivers/clk/rockchip/clk.h')
-rw-r--r--drivers/clk/rockchip/clk.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk.h b/drivers/clk/rockchip/clk.h
index 4798786703b8..b298f99dae97 100644
--- a/drivers/clk/rockchip/clk.h
+++ b/drivers/clk/rockchip/clk.h
@@ -245,7 +245,6 @@ struct rockchip_cpuclk_reg_data {
int core_reg;
u8 div_core_shift;
u32 div_core_mask;
- int mux_core_reg;
u8 mux_core_alt;
u8 mux_core_main;
u8 mux_core_shift;