From: H Hartley Sweeten Date: Thu, 3 May 2012 00:12:22 +0000 (-0700) Subject: vme: vme_ca91cx42.c: local functions should not be exposed globally X-Git-Tag: v3.5-rc1~145^2~223 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a11cfdf4589f2f9f70d398d123c459d33dfc6bb2;p=pandora-kernel.git vme: vme_ca91cx42.c: local functions should not be exposed globally Functions not referenced outside of a source file should be marked static to prevent them from being exposed globally. Quiets the sparse warnings: warning: symbol 'ca91cx42_alloc_consistent' was not declared. Should it be static? warning: symbol 'ca91cx42_free_consistent' was not declared. Should it be static? Signed-off-by: H Hartley Sweeten Acked-by: Martyn Welch Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed