On 20/02/2022 14:38, Alim Akhtar wrote: > 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. > > Signed-off-by: Alim Akhtar <alim.akhtar@xxxxxxxxxxx> > --- > drivers/clocksource/exynos_mct.c | 22 ++++++---------------- > 1 file changed, 6 insertions(+), 16 deletions(-) > > * Changes since v1: > - Seperate out bumping up of max mct irq and local timer number > as commented by Krzysztof > Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> Best regards, Krzysztof