aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/eventpoll.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/eventpoll.h')
-rw-r--r--include/linux/eventpoll.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/eventpoll.h b/include/linux/eventpoll.h
index d8625d214ea7..2f14ac73d01d 100644
--- a/include/linux/eventpoll.h
+++ b/include/linux/eventpoll.h
@@ -23,7 +23,9 @@ struct file;
23 23
24#ifdef CONFIG_EPOLL 24#ifdef CONFIG_EPOLL
25 25
26#ifdef CONFIG_CHECKPOINT_RESTORE
26struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff); 27struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
28#endif
27 29
28/* Used to initialize the epoll bits inside the "struct file" */ 30/* Used to initialize the epoll bits inside the "struct file" */
29static inline void eventpoll_init_file(struct file *file) 31static inline void eventpoll_init_file(struct file *file)