From: Roman Kiryanov Date: Fri, 14 Sep 2018 17:51:05 +0000 (-0700) Subject: platform: goldfish: pipe: Remove redundant struct declarations X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6b979998a0c602d8de2475359e51d060fe60db37;p=linux.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/platform/goldfish/goldfish_pipe.c b/drivers/platform/goldfish/goldfish_pipe.c index 8747ec330b7b0..6b21671c75ee8 100644 --- a/drivers/platform/goldfish/goldfish_pipe.c +++ b/drivers/platform/goldfish/goldfish_pipe.c @@ -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 {