From: Darshana Padmadas Date: Sat, 28 Mar 2015 11:42:53 +0000 (+0530) Subject: Staging: lustre: Add function prototypes in console.h X-Git-Tag: omap-for-v4.2/o2_dc~155^2~138^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=967db076bd3eddb36c4699743f8304a5ffcbd814;p=pandora-kernel.git Staging: lustre: Add function prototypes in console.h Sparse reported the following warnings: warning: symbol 'lstcon_console_init' was not declared. Should it be static? warning: symbol 'lstcon_console_fini' was not declared. Should it be static? warning: symbol 'lstcon_ioctl_entry' was not declared. Should it be static? However since these functions are used in other files, they cannot be made static, so add protoypes for the same in console.h. Signed-off-by: Darshana Padmadas Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed