aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-11-30 20:22:39 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:57:39 +0100
commit3e690ff019bc7e25a37ccc204571dc48707263eb (patch)
tree9b564169c4a02514729a9f97d12fa08483afb004
parenta384398eae7f8c3dd4ad7c0f764451f744a2de60 (diff)
downloadtip-3e690ff019bc7e25a37ccc204571dc48707263eb.tar.gz
headers/deps: poll: Optimize <linux/poll.h> dependencies, remove time headers
-------------------------------------------------------------------- | Combined, preprocessed C code size of header, without line markers, | with comments stripped: ------------------------- before: | #include <linux/poll.h> | LOC: 617 | headers: 67 after: | #include <linux/poll.h> | LOC: 572 | headers: 56 Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--include/linux/poll.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/poll.h b/include/linux/poll.h
index 4df461ad90ae31..6449cac15f05c2 100644
--- a/include/linux/poll.h
+++ b/include/linux/poll.h
@@ -2,9 +2,7 @@
#ifndef _LINUX_POLL_H
#define _LINUX_POLL_H
-#include <linux/time64_types.h>
#include <linux/compiler.h>
-#include <linux/ktime.h>
#include <linux/wait.h>
#include <uapi/linux/poll.h>