aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDawid Kurek <dawikur@gmail.com>2017-06-14 23:35:18 +0200
committerSean Paul <seanpaul@chromium.org>2017-06-14 21:25:17 -0400
commitd35fb61759688093fab863318edbbcea0f4644bd (patch)
treeee90d6da01fb04b8b51775de6362dfce08021e16 /include
parentdrm/panel: s6e3ha2: Add support for s6e3hf2 panel on TM2e board (diff)
downloadlinux-dev-d35fb61759688093fab863318edbbcea0f4644bd.tar.xz
linux-dev-d35fb61759688093fab863318edbbcea0f4644bd.zip
drm: Remove duplicate forward declaration
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
Diffstat (limited to 'include')
-rw-r--r--include/drm/drm_connector.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h
index d8bb25f38eba..ae5b7dc316c8 100644
--- 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;