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>
Esse commit está contido em:
Roman Kiryanov
2018-09-14 10:51:05 -07:00
commit de Greg Kroah-Hartman
commit 6b979998a0

Ver arquivo

@@ -82,8 +82,6 @@ enum {
};
struct goldfish_pipe_dev;
struct goldfish_pipe;
struct goldfish_pipe_command;
/* A per-pipe command structure, shared with the host */
struct goldfish_pipe_command {