]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource/drivers/arc_timer: Use BIT() instead of _BITUL()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 24 May 2019 05:40:10 +0000 (14:40 +0900)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 25 Jun 2019 17:49:18 +0000 (19:49 +0200)
commitd7cdb8d61e92931acac410e574d5d4b5874efebf
tree8497dc3834b7a60a2fceb6cc690c0b94b61df9da
parente7875f175a70c34a3c76aad9d37f5843fbd7a47e
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: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/arc_timer.c