From: Peter Ujfalusi Date: Mon, 30 May 2016 09:39:02 +0000 (+0300) Subject: drm/omap: Remove the video/omapdss.h and move it's content to local header file X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=26038aad2511566c1a0923777e76565a13af0b8d;p=linux-beck.git drm/omap: Remove the video/omapdss.h and move it's content to local header file 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 --- 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