Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751773AbdFOQaA (ORCPT ); Thu, 15 Jun 2017 12:30:00 -0400 Received: from mail-io0-f171.google.com ([209.85.223.171]:34745 "EHLO mail-io0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750816AbdFOQ36 (ORCPT ); Thu, 15 Jun 2017 12:29:58 -0400 Date: Thu, 15 Jun 2017 12:29:55 -0400 From: Sean Paul To: Dawid Kurek Cc: Daniel Vetter , Jani Nikula , Sean Paul , David Airlie , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drm: Remove duplicate forward declaration Message-ID: <20170615162955.7topuc4d2rcphczr@art_vandelay> References: <20170614213518.GA3554@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170614213518.GA3554@gmail.com> User-Agent: NeoMutt/20170306-66-6ddb52-dirty (1.8.0) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 857 Lines: 38 On Wed, Jun 14, 2017 at 11:35:18PM +0200, Dawid Kurek wrote: > Forward declarations in C are great but I'm pretty sure one is enough. Applied to drm-misc-next Thanks, Sean > > 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 -- Sean Paul, Software Engineer, Google / Chromium OS