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:
parent
77994c69b6
commit
6b979998a0
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue