OSDN Git Service

platform: goldfish: pipe: Remove redundant struct declarations
authorRoman Kiryanov <rkir@google.com>
Fri, 14 Sep 2018 17:51:05 +0000 (10:51 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 25 Sep 2018 18:25:42 +0000 (20:25 +0200)
commit6b979998a0c602d8de2475359e51d060fe60db37
tree7c2555dbcee2c4d1d32a33aed46bbdd645196a8f
parent77994c69b6523925c9c852b9afd2a2d4d40b8b8c
platform: goldfish: pipe: Remove redundant struct declarations

goldfish_pipe_command is defines just after declaration and
nothing refers to goldfish_pipe before it is defined.

Signed-off-by: Roman Kiryanov <rkir@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/goldfish/goldfish_pipe.c