diff options
| author | Christoph Hellwig <[email protected]> | 2018-01-11 12:23:05 +0100 |
|---|---|---|
| committer | Christoph Hellwig <[email protected]> | 2018-05-26 09:16:44 +0200 |
| commit | 8f546ae1fc5ce8396827d4868c7eee1f1cc6947a (patch) | |
| tree | 13fe296648f37eebc25982d6e5cad4b515ec4305 /include/linux/poll.h | |
| parent | ee219b946e4bf7df2d2c68dfaae1bdaa360ec2ea (diff) | |
fs: unexport poll_schedule_timeout
No users outside of select.c.
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'include/linux/poll.h')
| -rw-r--r-- | include/linux/poll.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/poll.h b/include/linux/poll.h index f45ebd017eaa..a3576da63377 100644 --- a/include/linux/poll.h +++ b/include/linux/poll.h @@ -96,8 +96,6 @@ struct poll_wqueues { extern void poll_initwait(struct poll_wqueues *pwq); extern void poll_freewait(struct poll_wqueues *pwq); -extern int poll_schedule_timeout(struct poll_wqueues *pwq, int state, - ktime_t *expires, unsigned long slack); extern u64 select_estimate_accuracy(struct timespec64 *tv); #define MAX_INT64_SECONDS (((s64)(~((u64)0)>>1)/HZ)-1) |
