OSDN Git Service

platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' static
authorWei Yongjun <weiyongjun1@huawei.com>
Thu, 20 Sep 2018 06:22:05 +0000 (06:22 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2018 18:38:57 +0000 (20:38 +0200)
commit3790e28cdbc8e7c4ffff62a9e4db89fe6e066c0b
tree13d45f817d5c8c1f861864635c2dfdbdad1e27f7
parentcdfa835c6e5e87d145f9f632b58843de97509f2b
platform: goldfish: pipe: Make symbol 'goldfish_pipe_dev' static

Fixes the following sparse warning:

drivers/platform/goldfish/goldfish_pipe.c:214:26: warning:
 symbol 'goldfish_pipe_dev' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/goldfish/goldfish_pipe.c