sysctl extern cleanup: poll
authorDave Young <hidave.darkstar@gmail.com>
Wed, 10 Mar 2010 23:24:10 +0000 (15:24 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Mar 2010 23:53:11 +0000 (15:53 -0800)
commit9ff99339447de403a46be5e3f23d0c794d540b06
tree8668d1b54543e19a42550e7f7332444e68661ec6
parent2edf5e49800846a2b2b6461d99cdae18067c440f
sysctl extern cleanup: poll

Extern declarations in sysctl.c should be moved to their own header file,
and then include them in relavant .c files.

Move epoll_table extern declaration to linux/poll.h

Signed-off-by: Dave Young <hidave.darkstar@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/poll.h