diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-11 21:08:05 +0100 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-21 01:26:31 +0100 |
commit | 34470669829761424d231156eaa57115af975b51 (patch) | |
tree | 190197273d69f34244b7fb61a6eedefef8f39e18 /arch/x86/include/uapi/asm | |
parent | syscall_user_dispatch.h: split out *_types.h (diff) | |
download | linux-34470669829761424d231156eaa57115af975b51.tar.xz linux-34470669829761424d231156eaa57115af975b51.zip |
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>
Diffstat (limited to 'arch/x86/include/uapi/asm')
-rw-r--r-- | arch/x86/include/uapi/asm/signal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/uapi/asm/signal.h b/arch/x86/include/uapi/asm/signal.h index 777c3a0f4e23..f777346450ec 100644 --- a/arch/x86/include/uapi/asm/signal.h +++ b/arch/x86/include/uapi/asm/signal.h @@ -4,7 +4,6 @@ #ifndef __ASSEMBLY__ #include <linux/types.h> -#include <linux/time.h> #include <linux/compiler.h> /* Avoid too many header ordering problems. */ |