Commit d35fb617 authored by Dawid Kurek's avatar Dawid Kurek Committed by Sean Paul

drm: Remove duplicate forward declaration

Forward declarations in C are great but I'm pretty sure one is enough.
Signed-off-by: default avatarDawid Kurek <dawikur@gmail.com>
Signed-off-by: default avatarSean Paul <seanpaul@chromium.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20170614213518.GA3554@gmail.com
parent e2af12bf
...@@ -30,8 +30,6 @@ ...@@ -30,8 +30,6 @@
#include <uapi/drm/drm_mode.h> #include <uapi/drm/drm_mode.h>
struct drm_device;
struct drm_connector_helper_funcs; struct drm_connector_helper_funcs;
struct drm_modeset_acquire_ctx; struct drm_modeset_acquire_ctx;
struct drm_device; struct drm_device;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment