diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-11 15:08:05 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-20 19:26:31 -0500 |
commit | 34470669829761424d231156eaa57115af975b51 (patch) | |
tree | 190197273d69f34244b7fb61a6eedefef8f39e18 /arch/x86/include/uapi | |
parent | 55b899aa3e7d0dc02ff9075b883d29eb2d0cb49a (diff) |
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')
-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. */ |