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:
Daniel Lezcano 2015-11-09 10:51:09 +01:00
parent 8b24e8d717
commit 903e5fd3f8
1 changed files with 0 additions and 2 deletions

View File

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