Re: [PATCH 11/19] clocksource: ingenic: Add explicit include for cpuhotplug.h

2023-04-01 Thread Daniel Lezcano
On 29/03/2023 17:52, Rob Herring wrote: Removing include of cpu.h from of_device.h (included by of_platform.h) causes an error in ingenic-timer: drivers/clocksource/ingenic-timer.c: In function ‘ingenic_tcu_init’: drivers/clocksource/ingenic-timer.c:338:15: error: implicit declaration of

[PATCH 11/19] clocksource: ingenic: Add explicit include for cpuhotplug.h

2023-03-29 Thread Rob Herring
Removing include of cpu.h from of_device.h (included by of_platform.h) causes an error in ingenic-timer: drivers/clocksource/ingenic-timer.c: In function ‘ingenic_tcu_init’: drivers/clocksource/ingenic-timer.c:338:15: error: implicit declaration of function ‘cpuhp_setup_state’ The of_platform.h