]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit35c0e5cdc6e22b684d1c4753fd5a5a9dbd93d79f
tree8668d1b54543e19a42550e7f7332444e68661ec6
parent52162e7867c752306220a489ee24becf53cee508
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