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>
This commit is contained in:
Roman Kiryanov 2018-09-14 10:51:05 -07:00 committed by Greg Kroah-Hartman
parent 77994c69b6
commit 6b979998a0
1 changed files with 0 additions and 2 deletions

View File

@ -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 {