Skip to content
Commit 93665ab0 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Daniel Lezcano
Browse files

clocksource/drivers/arc_timer: Use BIT() instead of _BITUL()



This is in-kernel C code, so there is no reason to use _BITUL().
Replace it with equivalent BIT().

I added #include <linux/bits.h> explicitly although it has been included
by other headers eventually.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent 8925ed4b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment