From: Dawid Kurek Date: Wed, 14 Jun 2017 21:35:18 +0000 (+0200) Subject: drm: Remove duplicate forward declaration X-Git-Tag: v4.13-rc1~73^2~21^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d35fb61759688093fab863318edbbcea0f4644bd;p=thirdparty%2Flinux.git drm: Remove duplicate forward declaration Forward declarations in C are great but I'm pretty sure one is enough. Signed-off-by: Dawid Kurek Signed-off-by: Sean Paul Link: http://patchwork.freedesktop.org/patch/msgid/20170614213518.GA3554@gmail.com --- diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h index d8bb25f38ebaa..ae5b7dc316c8a 100644 --- a/include/drm/drm_connector.h +++ b/include/drm/drm_connector.h @@ -30,8 +30,6 @@ #include -struct drm_device; - struct drm_connector_helper_funcs; struct drm_modeset_acquire_ctx; struct drm_device;