goldfish_pipe: make tasklet goldfish_interrupt_tasklet static
authorColin Ian King <colin.king@canonical.com>
Sat, 23 Jun 2018 22:26:54 +0000 (23:26 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Jul 2018 11:01:57 +0000 (13:01 +0200)
commitea4ba866d14fee63df370eca5002937b69babd99
tree455ceb55bb5ac86da99d241bcd943370fa8417ec
parentc6446c210f2b658ce5a7abc5b9763447910d751d
goldfish_pipe: make tasklet goldfish_interrupt_tasklet static

Tasklet goldfish_interrupt_tasklet is local to the source and
does not need to be in global scope, so make it static.

Cleans up sparse warning:
symbol 'goldfish_interrupt_tasklet' was not declared. Should it be static?

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/goldfish/goldfish_pipe.c