From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758157AbcFAIhx (ORCPT ); Wed, 1 Jun 2016 04:37:53 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:42245 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757504AbcFAIhr (ORCPT ); Wed, 1 Jun 2016 04:37:47 -0400 From: Peter Ujfalusi To: , , , , CC: , , , , , Subject: [PATCH v2 27/27] drm/omap: Remove the video/omapdss.h and move it's content to local header file Date: Wed, 1 Jun 2016 11:35:49 +0300 Message-ID: <20160601083549.10549-28-peter.ujfalusi@ti.com> X-Mailer: git-send-email 2.8.3 In-Reply-To: <20160601083549.10549-1-peter.ujfalusi@ti.com> References: <20160601083549.10549-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