Re: [patch 38/38] treewide: Remove asm/timex.h includes from generic code
"Arnd Bergmann" <[email protected]> Mon, 13 Apr 2026 16:45:01 +0200
| Newsgroups | gmane.linux.ports.riscv,gmane.linux.kernel,gmane.linux.network,gmane.linux.kernel.wireless.general,gmane.linux.kernel.cryptoapi,gmane.linux.kernel.mm,gmane.comp.file-systems.ext4,gmane.linux.hams,gmane.linux.ports.alpha,gmane.linux.ports.arm.kernel,gmane.linux.ports.parisc,gmane.linux.ports.ppc64.devel,gmane.linux.ports.sparc |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> > --- > 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 <[email protected]>