Home
last modified time | relevance | path

Searched hist:ea4ba866d14fee63df370eca5002937b69babd99 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/goldfish/
H A Dgoldfish_pipe.cdiff ea4ba866d14fee63df370eca5002937b69babd99 Sun Jun 24 00:26:54 CEST 2018 Colin Ian King <colin.king@canonical.com> 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>