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:
e2af12b
)
drm: Remove duplicate forward declaration
author
Dawid Kurek
<dawikur@gmail.com>
Wed, 14 Jun 2017 21:35:18 +0000
(23:35 +0200)
committer
Sean Paul
<seanpaul@chromium.org>
Thu, 15 Jun 2017 01:25:17 +0000
(21:25 -0400)
Forward declarations in C are great but I'm pretty sure one is enough.
Signed-off-by: Dawid Kurek <dawikur@gmail.com>
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Link:
http://patchwork.freedesktop.org/patch/msgid/20170614213518.GA3554@gmail.com
include/drm/drm_connector.h
patch
|
blob
|
history
diff --git
a/include/drm/drm_connector.h
b/include/drm/drm_connector.h
index d8bb25f38ebaa452f6141cc5fb886c7b0cba11de..ae5b7dc316c8ac586f6f72e9d3cb26f5fbec2557 100644
(file)
--- a/
include/drm/drm_connector.h
+++ b/
include/drm/drm_connector.h
@@
-30,8
+30,6
@@
#include <uapi/drm/drm_mode.h>
-struct drm_device;
-
struct drm_connector_helper_funcs;
struct drm_modeset_acquire_ctx;
struct drm_device;