From d35fb61759688093fab863318edbbcea0f4644bd Mon Sep 17 00:00:00 2001 From: Dawid Kurek Date: Wed, 14 Jun 2017 23:35:18 +0200 Subject: [PATCH] drm: Remove duplicate forward declaration Git-commit: d35fb61759688093fab863318edbbcea0f4644bd Patch-mainline: v4.13-rc1 References: FATE#322643 bsc#1055900 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 Acked-by: Takashi Iwai --- include/drm/drm_connector.h | 2 -- 1 file changed, 2 deletions(-) --- 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;