From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dawid Kurek Subject: [PATCH] drm: Remove duplicate forward declaration Date: Wed, 14 Jun 2017 23:35:18 +0200 Message-ID: <20170614213518.GA3554@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org To: Daniel Vetter , Jani Nikula , Sean Paul , David Airlie , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org List-Id: dri-devel@lists.freedesktop.org Forward declarations in C are great but I'm pretty sure one is enough. Signed-off-by: Dawid Kurek --- include/drm/drm_connector.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/drm/drm_connector.h b/include/drm/drm_connector.h index 4eeda12..930222c 100644 --- a/include/drm/drm_connector.h +++ b/include/drm/drm_connector.h @@ -29,8 +29,6 @@ #include -struct drm_device; - struct drm_connector_helper_funcs; struct drm_modeset_acquire_ctx; struct drm_device; -- 2.10.0 --- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus