From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161118AbcFCK7M (ORCPT ); Fri, 3 Jun 2016 06:59:12 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:37356 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161076AbcFCKyl (ORCPT ); Fri, 3 Jun 2016 06:54:41 -0400 From: Peter Ujfalusi To: , , , , CC: , , , , , Subject: [PATCH v3 19/27] omapdss: omap-panel-data.h: Remove connector_type from atv pdata Date: Fri, 3 Jun 2016 13:53:13 +0300 Message-ID: <20160603105321.7980-20-peter.ujfalusi@ti.com> X-Mailer: git-send-email 2.8.3 In-Reply-To: <20160603105321.7980-1-peter.ujfalusi@ti.com> References: <20160603105321.7980-1-peter.ujfalusi@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The driver only supports composite connection when booted in legacy mode so the omap_dss_venc_type can be dropped from the pdata. At the same time the video/omapdss.h include can be removed as it is no longer needed. Signed-off-by: Peter Ujfalusi --- include/video/omap-panel-data.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/video/omap-panel-data.h b/include/video/omap-panel-data.h index 7b4fadf82cd5..e7003ee6e063 100644 --- a/include/video/omap-panel-data.h +++ b/include/video/omap-panel-data.h @@ -27,21 +27,18 @@ #ifndef __OMAP_PANEL_DATA_H #define __OMAP_PANEL_DATA_H -#include