From: Rashika Kheria Date: Mon, 16 Dec 2013 11:01:28 +0000 (+0530) Subject: drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.c X-Git-Tag: v3.14-rc1~149^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5855b2104b01e70e9db4352fce82689b214a6af2;p=pandora-kernel.git drivers: tty: Mark the function hvc_poll_init() as static in hvc_console.c Mark the function hvc_poll_init() as static in hvc/hvc_console.c because it is not used outside this file. This eliminates the following warning in hvc/hvc_console.c: drivers/tty/hvc/hvc_console.c:791:5: warning: no previous prototype for ‘hvc_poll_init’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed