[PATCH v2] include: linux: Reorganize timekeeping and ktime headers

2022-02-08 Thread Carlos Bilbao
dependencies, since timekeeping.h was using ktime_to_ns(), a static function defined in a header it does no include, ktime.h. Include the header timekeeping.h wherever it is necessary for a successful compilation after the header code reorganization for all archs. Signed-off-by: Carlos Bilbao Acked-by

[PATCH] include: linux: Reorganize timekeeping and ktime headers

2022-01-26 Thread Carlos Bilbao
dependencies, since timekeeping.h was using ktime_to_ns(), a static function defined in a header it does no include, ktime.h. This patch also includes the header timekeeping.h wherever it is necessary for a successful compilation after the header code reorganization for all archs. Signed-off-by: Carlos