From: Dawid Kurek Date: Wed, 14 Jun 2017 21:35:18 +0000 (+0200) Subject: drm: Remove duplicate forward declaration X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d35fb61759688093fab863318edbbcea0f4644bd;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.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 d8bb25f38eba..ae5b7dc316c8 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;