Skip to content

Commit 3447066

Browse files
author
Kent Overstreet
committed
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 parent 55b899a commit 3447066

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/x86/include/uapi/asm/signal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
#ifndef __ASSEMBLY__
66
#include <linux/types.h>
7-
#include <linux/time.h>
87
#include <linux/compiler.h>
98

109
/* Avoid too many header ordering problems. */

0 commit comments

Comments
 (0)