aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/clk/sunxi-ng
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2021-09-02 18:03:36 -0500
committerMaxime Ripard <maxime@cerno.tech>2021-09-13 09:03:20 +0200
commit3188aa6af1d09492d60b1f80ce44cdbb616a591b (patch)
treed2fe098cbf98a7779d4d3861964fdb6e8c7e9d56 /drivers/clk/sunxi-ng
parentLinux 5.15-rc1 (diff)
downloadwireguard-linux-3188aa6af1d09492d60b1f80ce44cdbb616a591b.tar.xz
wireguard-linux-3188aa6af1d09492d60b1f80ce44cdbb616a591b.zip
clk: sunxi-ng: mux: Remove unused 'reg' field
The driver uses 'reg' from 'struct ccu_common' everywhere, so this duplicate field is unused and unnecessary. Remove it. Signed-off-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Maxime Ripard <maxime@cerno.tech> Link: https://lore.kernel.org/r/20210902230336.29745-1-samuel@sholland.org
Diffstat (limited to 'drivers/clk/sunxi-ng')
-rw-r--r--drivers/clk/sunxi-ng/ccu_mux.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/sunxi-ng/ccu_mux.h b/drivers/clk/sunxi-ng/ccu_mux.h
index f165395effb5..e31efc509b3d 100644
--- a/drivers/clk/sunxi-ng/ccu_mux.h
+++ b/drivers/clk/sunxi-ng/ccu_mux.h
@@ -40,7 +40,6 @@ struct ccu_mux_internal {
_SUNXI_CCU_MUX_TABLE(_shift, _width, NULL)
struct ccu_mux {
- u16 reg;
u32 enable;
struct ccu_mux_internal mux;