summaryrefslogtreecommitdiffstats
path: root/drivers/platform/goldfish/goldfish_pipe.c
diff options
context:
space:
mode:
authorRoman Kiryanov2018-09-14 19:51:05 +0200
committerGreg Kroah-Hartman2018-09-25 20:25:42 +0200
commit6b979998a0c602d8de2475359e51d060fe60db37 (patch)
tree7c2555dbcee2c4d1d32a33aed46bbdd645196a8f /drivers/platform/goldfish/goldfish_pipe.c
parentplatform: goldfish: pipe: Remove a redundant blank line (diff)
downloadkernel-qcow2-linux-6b979998a0c602d8de2475359e51d060fe60db37.tar.gz
kernel-qcow2-linux-6b979998a0c602d8de2475359e51d060fe60db37.tar.xz
kernel-qcow2-linux-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/goldfish_pipe.c')
-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 {