From: H Hartley Sweeten Date: Thu, 3 May 2012 00:57:17 +0000 (-0700) Subject: tty: mxser: local variables should not be exposed globally X-Git-Tag: v3.5-rc1~146^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e391edb727f51094582d39a29a94a83bc9c014e8;p=pandora-kernel.git tty: mxser: local variables should not be exposed globally The variable 'mxser_port_ops' is only referenced in this file and should be marked static to prevent it from being exposed globally. Quites the sparse warning: warning: symbol 'mxser_port_ops' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Cc: Jiri Slaby Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed