aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform/goldfish
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2018-09-14 10:51:05 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-25 20:25:42 +0200
commit6b979998a0c602d8de2475359e51d060fe60db37 (patch)
tree7c2555dbcee2c4d1d32a33aed46bbdd645196a8f /drivers/platform/goldfish
parentplatform: goldfish: pipe: Remove a redundant blank line (diff)
downloadlinux-dev-6b979998a0c602d8de2475359e51d060fe60db37.tar.xz
linux-dev-6b979998a0c602d8de2475359e51d060fe60db37.zip
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>
Diffstat (limited to 'drivers/platform/goldfish')
-rw-r--r--drivers/platform/goldfish/goldfish_pipe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/platform/goldfish/goldfish_pipe.c b/drivers/platform/goldfish/goldfish_pipe.c
index 8747ec330b7b..6b21671c75ee 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 {