fs/direct-io: Remove linux/prefetch.h include
authorYouling Tang <tangyouling@kylinos.cn>
Mon, 3 Jun 2024 01:48:34 +0000 (09:48 +0800)
committerChristian Brauner <brauner@kernel.org>
Mon, 19 Aug 2024 11:45:02 +0000 (13:45 +0200)
commit160210cea0356d31ffaf64b63a3ebeb26c7c0cd4
tree76b80f823cd929d6503f43f1a87639b3e4062180
parentc393eaa85349941badf3ce5f087400dbaf3bbe02
fs/direct-io: Remove linux/prefetch.h include

After commit c22198e78d52 ("direct-io: remove random prefetches"), Nothing
in this file needs anything from `linux/prefetch.h`.

Signed-off-by: Youling Tang <tangyouling@kylinos.cn>
Link: https://lore.kernel.org/r/20240603014834.45294-1-youling.tang@linux.dev
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/direct-io.c