commit | 8c09b7d6ba91ece6d10c7703f5cb201ff3265771 | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Mon Nov 09 09:02:38 2015 +0100 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Tue Dec 15 09:42:04 2015 +0100 |
tree | e952e113b049b499e34ac6d0dd7a8644f6d867ff | |
parent | 4633f4cac85ad19f586fdd4f832ebd145190a68c [diff] |
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>