From patchwork Fri Oct 31 14:17:37 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Padovan X-Patchwork-Id: 5204951 Return-Path: X-Original-To: patchwork-dri-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B9B849F349 for ; Fri, 31 Oct 2014 14:17:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E5A6320176 for ; Fri, 31 Oct 2014 14:17:54 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by mail.kernel.org (Postfix) with ESMTP id 2636B20172 for ; Fri, 31 Oct 2014 14:17:54 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 28B186E0B1; Fri, 31 Oct 2014 07:17:53 -0700 (PDT) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by gabe.freedesktop.org (Postfix) with ESMTP id 2058989EBB for ; Fri, 31 Oct 2014 07:17:46 -0700 (PDT) Received: by mail-wi0-f174.google.com with SMTP id d1so1438118wiv.7 for ; Fri, 31 Oct 2014 07:17:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=/2AKEPaxmbnZKbBS2ylsK7pLkYDhEfd9q2eafK+4Q9E=; b=Fy4BYKxk8+cxy3bTKmY6PgQGh7Ln0JpZhud0+EeiUXVdoMXrMZpB75sQX1v9bnDhqc OqI2liXxdwCWUWQYPzxrwYqIS05/4l5mLwp1eLQm7WkrRUbvbGDwQcsHp8exUkEMlBq/ VAAf1FnYbqOk2kgIPBt2NPC+dWUh1ejdn3wh6XRxx+imGu8wBBTMpr3CnE+H6AS1zJr5 EP1P/8PusC3U7VoiqTLxJPCJJ45z5JBkAugaRviN5AykExDGK/edi+kQbBdxgARke7oq EyWxpgBNTfrU/13vUhUtUxN1Z5pAamIOWhVoyj5iM3ZE1/6MMuWkvrGn/yMAHn1wq7hx eoBA== X-Received: by 10.180.221.229 with SMTP id qh5mr4276860wic.25.1414765066129; Fri, 31 Oct 2014 07:17:46 -0700 (PDT) Received: from jasmin.cbg.collabora.co.uk (pakora.collabora.co.uk. [93.93.133.71]) by mx.google.com with ESMTPSA id ce1sm12256825wjc.2.2014.10.31.07.17.45 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Oct 2014 07:17:45 -0700 (PDT) From: Gustavo Padovan To: dri-devel@lists.freedesktop.org Subject: [PATCH 3/9] drm/exynos: remove extra declaration of struct exynos_overlay Date: Fri, 31 Oct 2014 14:17:37 +0000 Message-Id: <1414765063-30598-3-git-send-email-gustavo@padovan.org> X-Mailer: git-send-email 1.9.3 In-Reply-To: <1414765063-30598-1-git-send-email-gustavo@padovan.org> References: <1414765063-30598-1-git-send-email-gustavo@padovan.org> Cc: linux-samsung-soc@vger.kernel.org, Gustavo Padovan X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Gustavo Padovan The struct is defined in the same file, declare it here is just unnecessary Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/exynos/exynos_drm_drv.h | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h index 3c81c4b..3905e30 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_drv.h +++ b/drivers/gpu/drm/exynos/exynos_drm_drv.h @@ -37,7 +37,6 @@ #define wait_for(COND, MS) _wait_for(COND, MS) struct drm_device; -struct exynos_drm_overlay; struct drm_connector; /* This enumerates device type. */