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
This commit is contained in:
Samuel Holland 2021-09-02 18:03:36 -05:00 committed by Maxime Ripard
parent 6880fa6c56
commit 3188aa6af1
No known key found for this signature in database
GPG key ID: E3EF0D6F671851C5

View file

@ -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;