Commit 34470669 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

x86/signal: kill dependency on time.h



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

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 55b899aa
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@

#ifndef __ASSEMBLY__
#include <linux/types.h>
#include <linux/time.h>
#include <linux/compiler.h>

/* Avoid too many header ordering problems.  */