Skip to content

Commit bc4666b

Browse files
dlechWilliam Breathitt Gray
authored andcommitted
counter: ti-eqep: remove unused struct member
Since commit 8817c2d ("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: David Lechner <[email protected]> Reviewed-by: Judith Mendez <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: William Breathitt Gray <[email protected]>
1 parent 10365dd commit bc4666b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/counter/ti-eqep.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ enum ti_eqep_count_func {
122122
};
123123

124124
struct ti_eqep_cnt {
125-
struct counter_device counter;
126125
struct regmap *regmap32;
127126
struct regmap *regmap16;
128127
};

0 commit comments

Comments
 (0)