clocksource/drivers/h8300_timer8: Remove irq and lock legacy code
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Sun, 8 Nov 2015 21:39:12 +0000 (22:39 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 15 Dec 2015 08:42:18 +0000 (09:42 +0100)
commit254d8b5d59516d670111e0ac14d53fed4d61118d
tree4e2d458b8ddea1ef06a35a1e7b292934533f6114
parent7053fdac76451efe5f16c9e0974dc17fcf29f6d6
clocksource/drivers/h8300_timer8: Remove irq and lock legacy code

The time framawork takes care of disabling the interrupts and takes a lock
to prevent races.

Remove the legacy code in the driver taking care of the races.

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