Re: [PATCH v2] clocksource: arc_timer: eliminate redefined macro error

2021-09-23 Thread Vineet Gupta
On 9/23/21 7:08 PM, Randy Dunlap wrote: In drivers/clocksource/, 3 drivers use "TIMER_CTRL_IE" with 3 different values. Two of them (mps2-timer.c and timer-sp804.c/timer-sp.h) are localized and left unmodifed. One of them uses a shared header file (), which is what is causing the "redefined"

[PATCH v2] clocksource: arc_timer: eliminate redefined macro error

2021-09-23 Thread Randy Dunlap
In drivers/clocksource/, 3 drivers use "TIMER_CTRL_IE" with 3 different values. Two of them (mps2-timer.c and timer-sp804.c/timer-sp.h) are localized and left unmodifed. One of them uses a shared header file (), which is what is causing the "redefined" warnings, so change the macro name in that d