wait: Remove uapi header file from main header file
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 11 Dec 2023 18:14:41 +0000 (18:14 +0000)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:31 +0000 (19:26 -0500)
commit6dfeff09d5ad331905c7066207053d286d58ac83
treea12ef4d8831962cd2f42e3192eed8b75d3865c59
parent8b7787a543cde905e53eaf29172c9472fe8a6a75
wait: Remove uapi header file from main header file

There's really no overlap between uapi/linux/wait.h and linux/wait.h.
There are two files which rely on the uapi file being implcitly included,
so explicitly include it there and remove it from the main header file.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Reviewed-by: Christian Brauner <brauner@kernel.org>
include/linux/wait.h
kernel/exit.c
kernel/pid_namespace.c