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>
This commit is contained in:
Kent Overstreet 2023-12-11 15:08:05 -05:00
parent 55b899aa3e
commit 3447066982

View File

@ -4,7 +4,6 @@
#ifndef __ASSEMBLY__
#include <linux/types.h>
#include <linux/time.h>
#include <linux/compiler.h>
/* Avoid too many header ordering problems. */