[PATCH] goldfish_pipe: make pipe_dev static

2017-04-27 Thread Colin King
From: Colin Ian King Make this static as it's only referenced in this source and it does not need global scope. Cleans up a sparse warning: drivers/platform/goldfish/goldfish_pipe.c: warning: symbol 'pipe_dev' was not declared. Should it be static? Signed-off-by:

[PATCH] goldfish_pipe: make pipe_dev static

2017-04-27 Thread Colin King
From: Colin Ian King Make this static as it's only referenced in this source and it does not need global scope. Cleans up a sparse warning: drivers/platform/goldfish/goldfish_pipe.c: warning: symbol 'pipe_dev' was not declared. Should it be static? Signed-off-by: Colin Ian King ---