futex: Remove unused or redundant includes
authorAndré Almeida <andrealmeid@collabora.com>
Thu, 2 Jul 2020 20:28:42 +0000 (17:28 -0300)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 17 Jul 2020 23:56:09 +0000 (01:56 +0200)
commit9a71df495c3d29dab596bb590e73fd8b20106e2d
tree4489274aaadb8f5a0c2a427da190dcf02eb6ec97
parent9261308598ad28b9a8a2237d881833e9f217244e
futex: Remove unused or redundant includes

Since 82af7aca ("Removal of FUTEX_FD"), some includes related to file
operations aren't needed anymore. More investigation around the includes
showed that a lot of includes aren't required for compilation, possible
due to redundant includes. Simplify the code by removing unused
includes.

Signed-off-by: André Almeida <andrealmeid@collabora.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/20200702202843.520764-4-andrealmeid@collabora.com
kernel/futex.c