clocksource/drivers/h8300_timer16: Remove unused fields in timer16_priv
The fields are not used in the code, remove them. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
This commit is contained in:
parent
8b24e8d717
commit
903e5fd3f8
|
@ -25,8 +25,6 @@ struct timer16_priv {
|
|||
unsigned long total_cycles;
|
||||
unsigned long mapbase;
|
||||
unsigned long mapcommon;
|
||||
unsigned long flags;
|
||||
unsigned short gra;
|
||||
unsigned short cs_enabled;
|
||||
unsigned char enb;
|
||||
unsigned char imfa;
|
||||
|
|
Loading…
Reference in New Issue