projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77994c6
)
platform: goldfish: pipe: Remove redundant struct declarations
author
Roman Kiryanov
<
[email protected]
>
Fri, 14 Sep 2018 17:51:05 +0000
(10:51 -0700)
committer
Greg Kroah-Hartman
<
[email protected]
>
Tue, 25 Sep 2018 18:25:42 +0000
(20:25 +0200)
goldfish_pipe_command is defines just after declaration and
nothing refers to goldfish_pipe before it is defined.
Signed-off-by: Roman Kiryanov <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/platform/goldfish/goldfish_pipe.c
patch
|
blob
|
history
diff --git
a/drivers/platform/goldfish/goldfish_pipe.c
b/drivers/platform/goldfish/goldfish_pipe.c
index 8747ec330b7b051ed5529b23a24367544ee1fb49..6b21671c75ee8a393316fab9109430dd98dab53f 100644
(file)
--- 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 {