OSDN Git Service

clocksource/drivers/exynos_mct: Remove mct interrupt index enum
authorAlim Akhtar <alim.akhtar@samsung.com>
Mon, 21 Feb 2022 17:45:45 +0000 (23:15 +0530)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 7 Mar 2022 17:27:22 +0000 (18:27 +0100)
commitdfc597c9bca9b4447820a59fe86526f016be1458
tree847dd7310e184eb4f8be1518505a4644c1309704
parentab8da93dc06d82f464c47ab30e6c75190702f369
clocksource/drivers/exynos_mct: Remove mct interrupt index enum

MCT driver define an enum which list global and local timer's
irq index. Most of them are not used but MCT_G0_IRQ and
MCT_L0_IRQ and these two are at a fixed offset/index.
Get rid of this enum and use a #define for the used irq index.

No functional changes expected.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20220221174547.26176-1-alim.akhtar@samsung.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/exynos_mct.c