aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Holland <[email protected]>2021-09-02 18:03:36 -0500
committerMaxime Ripard <[email protected]>2021-09-13 09:03:20 +0200
commit3188aa6af1d09492d60b1f80ce44cdbb616a591b (patch)
treed2fe098cbf98a7779d4d3861964fdb6e8c7e9d56
parent6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f (diff)
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 <[email protected]> Signed-off-by: Maxime Ripard <[email protected]> Link: https://lore.kernel.org/r/[email protected]
-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;