OSDN Git Service

clocksource/drivers/h8300_timer16: Remove unused fields in timer16_priv
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 9 Nov 2015 09:51:09 +0000 (10:51 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 15 Dec 2015 08:42:25 +0000 (09:42 +0100)
The fields are not used in the code, remove them.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/h8300_timer16.c

index bc9289b..6705bf7 100644 (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;