Commit bc4666be authored by David Lechner's avatar David Lechner Committed by William Breathitt Gray

counter: ti-eqep: remove unused struct member

Since commit 8817c2d0 ("counter: ti-eqep: Convert to counter_priv()
wrapper") the counter field in struct ti_eqep_cnt is not used anymore.
Remove it.
Signed-off-by: default avatarDavid Lechner <dlechner@baylibre.com>
Reviewed-by: default avatarJudith Mendez <jm@ti.com>
Link: https://lore.kernel.org/r/20240609-ti-eqep-cleanup-v1-1-9d67939c763a@baylibre.comSigned-off-by: default avatarWilliam Breathitt Gray <wbg@kernel.org>
parent 10365dd4
......@@ -122,7 +122,6 @@ enum ti_eqep_count_func {
};
struct ti_eqep_cnt {
struct counter_device counter;
struct regmap *regmap32;
struct regmap *regmap16;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment