]> Pileus Git - ~andy/linux/blobdiff - include/linux/poll.h
backlight: Revert some const qualifiers
[~andy/linux] / include / linux / poll.h
index 6673743946f776d2bd7a61bacd68afdc6fd94f36..600cc1fde64dbc96b9ddcae98bd79e2254ef40db 100644 (file)
 #include <linux/wait.h>
 #include <linux/string.h>
 #include <linux/fs.h>
+#include <linux/sysctl.h>
 #include <asm/uaccess.h>
 
+extern struct ctl_table epoll_table[]; /* for sysctl */
 /* ~832 bytes of stack space used max in sys_select/sys_poll before allocating
    additional memory. */
 #define MAX_STACK_ALLOC 832