[PATCH 1/1] drivers: staging: unisys: visorbus: visorchipset.c: private functions should be declared static

Greg Kroah-Hartman gregkh at linuxfoundation.org
Sun May 24 20:32:44 UTC 2015


On Fri, May 15, 2015 at 09:22:21PM -0700, Tolga Ceylan wrote:
> visorchipset_file_init() and visorchipset_file_cleanup() functions
> do not seem to be used from anywhere else and now are declared
> as static. Sparse emitted "not declared" warnings for these two
> functions.
> 
> Signed-off-by: Tolga Ceylan <tolga.ceylan at gmail.com>
> ---
>  drivers/staging/unisys/visorbus/visorchipset.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Doesn't apply to my tree :(


More information about the devel mailing list