From: Samuel Holland Date: Thu, 2 Sep 2021 23:03:36 +0000 (-0500) Subject: clk: sunxi-ng: mux: Remove unused 'reg' field X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3188aa6af1d09492d60b1f80ce44cdbb616a591b;p=linux.git 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 Signed-off-by: Maxime Ripard Link: https://lore.kernel.org/r/20210902230336.29745-1-samuel@sholland.org --- diff --git a/drivers/clk/sunxi-ng/ccu_mux.h b/drivers/clk/sunxi-ng/ccu_mux.h index f165395effb5a..e31efc509b3da 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;