From: Heiko Carstens Date: Wed, 14 Jan 2009 13:13:57 +0000 (+0100) Subject: Make sys_pselect7 static X-Git-Tag: v2.6.27.12~61 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73c67486160c59c7b96c3a7225716b41b7bf759;p=pandora-kernel.git Make sys_pselect7 static commit c9da9f2129d6a421c32e334a83770a9e67f7feac upstream. Not a single architecture has wired up sys_pselect7 plus it is the only system call with seven parameters. Just make it static and rename it to do_pselect which will do the work for sys_pselect6. Signed-off-by: Heiko Carstens Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed