From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933319AbcE3LpH (ORCPT ); Mon, 30 May 2016 07:45:07 -0400 Received: from arroyo.ext.ti.com ([198.47.19.12]:49378 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933152AbcE3Los (ORCPT ); Mon, 30 May 2016 07:44:48 -0400 From: Peter Ujfalusi To: , , , , CC: , , , , , Subject: [PATCH 26/26] drm/omap: Remove the video/omapdss.h and move it's content to local header file Date: Mon, 30 May 2016 14:42:58 +0300 Message-ID: <20160530114258.30879-27-peter.ujfalusi@ti.com> X-Mailer: git-send-email 2.8.3 In-Reply-To: <20160530114258.30879-1-peter.ujfalusi@ti.com> References: <20160530114258.30879-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 Move the contents of the video/omapdss.h header file to omapdrm/dss local header file and remove the original global header. The omapfb stach is using video/omapfb_dss.h so this change will complete the separation of the two driver implementation. Signed-off-by: Peter Ujfalusi --- drivers/gpu/drm/omapdrm/dss/omapdss.h | 866 ++++++++++++++++++++++++++++++++- include/video/omapdss.h | 888 ---------------------------------- 2 files changed, 865 insertions(+), 889 deletions(-) delete mode 100644 include/video/omapdss.h diff --git a/drivers/gpu/drm/omapdrm/dss/omapdss.h b/drivers/gpu/drm/omapdrm/dss/omapdss.h index d7e7c909bbc2..9263283952b9 100644 --- a/drivers/gpu/drm/omapdrm/dss/omapdss.h +++ b/drivers/gpu/drm/omapdrm/dss/omapdss.h @@ -18,7 +18,871 @@ #ifndef __OMAP_DRM_DSS_H #define __OMAP_DRM_DSS_H -#include