From patchwork Mon Dec 24 14:32:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Brajeswar Ghosh X-Patchwork-Id: 10743611 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2C56E6C2 for ; Thu, 27 Dec 2018 07:52:39 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1F0BC28305 for ; Thu, 27 Dec 2018 07:52:39 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 13621287CB; Thu, 27 Dec 2018 07:52:39 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id C0BCA28305 for ; Thu, 27 Dec 2018 07:52:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E4EBD6E207; Thu, 27 Dec 2018 07:52:08 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pg1-x541.google.com (mail-pg1-x541.google.com [IPv6:2607:f8b0:4864:20::541]) by gabe.freedesktop.org (Postfix) with ESMTPS id 26CA2891A1 for ; Mon, 24 Dec 2018 14:32:24 +0000 (UTC) Received: by mail-pg1-x541.google.com with SMTP id z10so5646972pgp.7 for ; Mon, 24 Dec 2018 06:32:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=J/+fOrtwNwGwbdFwJAS0lsNmr2aCS8I6d6/0qkR3YFw=; b=h1eUnIVC8tTl/q7tNdkrYpznnocflKNXI4K4JVLcMPHJ3GDaLSI8GIbmJhBTZySM93 f14xKwfyoplvNlRhkGd2AHPp9z7V04TQ8oeZI2M3q//+tNdpUBQNAxJRoRVvz1rhZi3C zF703n0hFdMQU3/cW1HgrkHEjvGlOyAHorfb/rsFL0EPcpvdh8HCGT/ukyG4kbJkJ99g wnS/ecVVLo9paOd5L5XTAVhJvKsj/4QXI1qZrLvkttRoCwcGtcESt7lykg57b8heAbtm K8+Xcll3xZAvCqo8SRkr00UCsjydQvRemol9ZElw/PkV6AM/Ds4yqrU0r7usQOBHoUJW Wuig== X-Gm-Message-State: AA+aEWasGRVJNh3sY5uBz4BHeSIn8WyqfC529V3gK5dbJtiSJ2hWPwPv PJSX350LL4nfZDgLzcubYso= X-Google-Smtp-Source: AFSGD/XZCPU3m5nQDIS7fHuqOerTfSXK6AzKamzyQTEsza8Agu225bUkf9YQ2Lo2LCDP3MjZWhxoGA== X-Received: by 2002:a62:4851:: with SMTP id v78mr13462092pfa.97.1545661943570; Mon, 24 Dec 2018 06:32:23 -0800 (PST) Received: from hp-pavilion-15-notebook-pc-brajeswar ([2405:204:4426:2a30:1140:b12d:deb2:6ca8]) by smtp.gmail.com with ESMTPSA id 24sm96118331pfl.32.2018.12.24.06.32.22 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 24 Dec 2018 06:32:22 -0800 (PST) Date: Mon, 24 Dec 2018 20:02:18 +0530 From: Brajeswar Ghosh To: architt@codeaurora.org, a.hajda@samsung.com, Laurent.pinchart@ideasonboard.com, airlied@linux.ie Subject: [PATCH] drm/bridge/panel: Remove duplicate header Message-ID: <20181224143218.GA3170@hp-pavilion-15-notebook-pc-brajeswar> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-Mailman-Approved-At: Thu, 27 Dec 2018 07:52:03 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: sabyasachi.linux@gmail.com, jrdr.linux@gmail.com, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP Remove drm/drm_panel.h which is included more than once Signed-off-by: Brajeswar Ghosh --- drivers/gpu/drm/bridge/panel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/panel.c b/drivers/gpu/drm/bridge/panel.c index 7cbaba213ef6..402b318eeeb2 100644 --- a/drivers/gpu/drm/bridge/panel.c +++ b/drivers/gpu/drm/bridge/panel.c @@ -15,7 +15,6 @@ #include #include #include -#include struct panel_bridge { struct drm_bridge bridge;