]> git.karo-electronics.de Git - linux-beck.git/commit
clocksource/drivers/rockchip: Remove dsb() usage
authorCaesar Wang <wxt@rock-chips.com>
Fri, 25 Sep 2015 02:14:55 +0000 (10:14 +0800)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 15 Dec 2015 08:41:11 +0000 (09:41 +0100)
commit23b8f81f3890edd06bcabdaac33ff5c087114c59
tree2376e13d6189ef217909e983c13f42a2b6aea671
parent364eba4b3a58a3e9af5a1355f4131a58cd1f3b8d
clocksource/drivers/rockchip: Remove dsb() usage

The dsb() instruction is pointless in this code.

Remove it.

That also fixes the ARM64 compilation issue.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Tested-by: Caesar Wang <wxt@rock-chips.com>
drivers/clocksource/rockchip_timer.c