diff options
author | Samuel Holland <samuel@sholland.org> | 2021-09-03 02:03:36 +0300 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2021-09-13 10:03:20 +0300 |
commit | 3188aa6af1d09492d60b1f80ce44cdbb616a591b (patch) | |
tree | d2fe098cbf98a7779d4d3861964fdb6e8c7e9d56 /drivers/clk/sunxi-ng | |
parent | 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f (diff) | |
download | linux-3188aa6af1d09492d60b1f80ce44cdbb616a591b.tar.xz |
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.h | 1 |
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; |