diff options
author | Dawid Kurek <dawikur@gmail.com> | 2017-06-15 00:35:18 +0300 |
---|---|---|
committer | Sean Paul <seanpaul@chromium.org> | 2017-06-15 04:25:17 +0300 |
commit | d35fb61759688093fab863318edbbcea0f4644bd (patch) | |
tree | ee90d6da01fb04b8b51775de6362dfce08021e16 | |
parent | e2af12bfb0ba198d66acf99e14aedc34244e74dc (diff) | |
download | linux-d35fb61759688093fab863318edbbcea0f4644bd.tar.xz |
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
-rw-r--r-- | include/drm/drm_connector.h | 2 |
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; |