On Friday 29 March 2013 04:01 PM, Daniel Lezcano wrote:
The noop functions code is not necessary because the header file is included in files which are compiled when CONFIG_CPU_IDLE is on.
Well the inline function was to avoid buid breaks when !CONFIG_CPU_IDLE.
Signed-off-by: Daniel Lezcano daniel.lezcano@linaro.org
Function without definition will break the build, No? Just declaration isn't won't help to get the build through.
Ofcourse if all idle drivers are build *only when* CONFIG_CPU_IDLE=y, then the patch is should be fine.
Regards, Santosh