Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

x86/signal: kill dependency on time.h

this is unecessary, and was pulling in printk.h from uapi headers

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>

-1
-1
arch/x86/include/uapi/asm/signal.h
··· 4 4 5 5 #ifndef __ASSEMBLY__ 6 6 #include <linux/types.h> 7 - #include <linux/time.h> 8 7 #include <linux/compiler.h> 9 8 10 9 /* Avoid too many header ordering problems. */