Re: [patch 38/38] treewide: Remove asm/timex.h includes from generic code

From: Arnd Bergmann

Date: Mon Apr 13 2026 - 10:47:07 EST


On Fri, Apr 10, 2026, at 14:21, Thomas Gleixner wrote:
> asm/timex.h does not provide any functionality for non-architecture code
> anymore.
>
> Remove the asm-generic fallback and all references in include and source
> files along with the random_get_entropy() #ifdeffery in timex.h.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>
> ---
> include/asm-generic/Kbuild | 1 -
> include/asm-generic/timex.h | 15 ---------------
> include/linux/random.h | 3 +++
> include/linux/timex.h | 26 --------------------------

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>