From 26038aad2511566c1a0923777e76565a13af0b8d Mon Sep 17 00:00:00 2001 From: Peter Ujfalusi Date: Mon, 30 May 2016 12:39:02 +0300 Subject: 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 --- include/video/omapdss.h | 888 ------------------------------------------------ 1 file changed, 888 deletions(-) delete mode 100644 include/video/omapdss.h (limited to 'include/video') diff --git a/include/video/omapdss.h b/include/video/omapdss.h deleted file mode 100644 index b25e2eab4b48..000000000000 --- a/include/video/omapdss.h +++ /dev/null @@ -1,888 +0,0 @@ -/* - * Copyright (C) 2008 Nokia Corporation - * Author: Tomi Valkeinen - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published by - * the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along with - * this program. If not, see . - */ - -#ifndef __OMAP_OMAPDSS_H -#define __OMAP_OMAPDSS_H - -#include -#include -#include -#include -#include - -#include