From: H Hartley Sweeten Date: Mon, 7 May 2012 10:31:28 +0000 (+0200) Subject: NFC: The NFC genl family structure should not be exposed globally X-Git-Tag: v3.5-rc1~101^2~6^2^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5fe4cf8ee2bf15c0f44f9eba06147cdddbddf6d;p=pandora-kernel.git NFC: The NFC genl family structure should not be exposed globally The variable 'nfc_genl_family' is only referenced in this file and should be marked static to prevent it from being exposed globally. Quites the sparse warning: warning: symbol 'nfc_genl_family' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Cc: Lauro Ramos Venancio Cc: Aloisio Almeida Jr Cc: Samuel Ortiz Cc: "David S. Miller" Signed-off-by: Samuel Ortiz Signed-off-by: John W. Linville --- Reading git-diff-tree failed