clocksource/drivers/h8300_timer8: Fix compilation error with dev_warn
authorDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 9 Nov 2015 08:02:38 +0000 (09:02 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 15 Dec 2015 08:42:04 +0000 (09:42 +0100)
commit8c09b7d6ba91ece6d10c7703f5cb201ff3265771
treee952e113b049b499e34ac6d0dd7a8644f6d867ff
parent4633f4cac85ad19f586fdd4f832ebd145190a68c
clocksource/drivers/h8300_timer8: Fix compilation error with dev_warn

The dev_warn is using the platform driver which was removed in the previous
patch.

Let's replace dev_warn by pr_warn.

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