ktime.h: move ktime_t to types.h
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 11 Dec 2023 19:11:05 +0000 (14:11 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 21 Dec 2023 00:26:30 +0000 (19:26 -0500)
commit2e346b19aab9ee40e5e429667a0a515f1d68b714
tree1b14b2dec50e14932e5fd39f2453cddbc915c4f4
parentd1d71b30e1f85e8b5d7c0d8edc16869bdc4d535f
ktime.h: move ktime_t to types.h

ktime.h pulls in quite a few headers recursively (including printk.h) -
this is going to help with trimming sched.h dependencies.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
include/linux/ktime.h
include/linux/types.h