syscall_user_dispatch.h: split out *_types.h
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 11 Dec 2023 19:25:40 +0000 (14:25 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:31 +0000 (19:26 -0500)
commit55b899aa3e7d0dc02ff9075b883d29eb2d0cb49a
treef2069c7b5534bd619235fc8a35a68fdb2833bba0
parent959d8dc8046186ffea5410f51fcb309880f0dfaa
syscall_user_dispatch.h: split out *_types.h

thread_info.h pulls in a lot of junk that sched.h that we don't need; in
particular, this helps to kill the printk.h dependency.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
include/linux/sched.h
include/linux/syscall_user_dispatch.h
include/linux/syscall_user_dispatch_types.h [new file with mode: 0644]