aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-12-21 14:20:55 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:57:40 +0100
commit00e115dff85781425c2864e0375a17de2dace99c (patch)
treee446f3ae967b35e522e40c1ca017f0938b61f12c
parentf227bb81412f069637ea3d2ac495ffbad9895eba (diff)
downloadtip-00e115dff85781425c2864e0375a17de2dace99c.tar.gz
headers/deps: sched: Optimize <linux/restart_block.h> dependencies, remove <linux/restart_block_api.h> inclusion
-------------------------------------------------------------------- | Combined, preprocessed C code size of header, without line markers, | with comments stripped: ------------------------- before: | #include <linux/restart_block.h> | LOC: 2,713 | headers: 154 after: | #include <linux/restart_block.h> | LOC: 478 | headers: 52 Fix up dangling dependencies. Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--include/linux/restart_block.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/restart_block.h b/include/linux/restart_block.h
index 3abe963532044f..99efe59125ce3b 100644
--- a/include/linux/restart_block.h
+++ b/include/linux/restart_block.h
@@ -6,6 +6,5 @@
#define __LINUX_RESTART_BLOCK_H
#include <linux/restart_block_types.h>
-#include <linux/restart_block_api.h>
#endif /* __LINUX_RESTART_BLOCK_H */