From 9198891b4e1d336a77137a9327de05acc10896e2 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Mon, 22 Feb 2016 16:11:45 +0200 Subject: drm/omap: remove dss compat code We have removed all the uses of compat code from omapdrm and the non-compat parts of omapdss, so now we can remove all the compat code itself. Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/dss/display-sysfs.c | 356 ---------------------------- 1 file changed, 356 deletions(-) delete mode 100644 drivers/gpu/drm/omapdrm/dss/display-sysfs.c (limited to 'drivers/gpu/drm/omapdrm/dss/display-sysfs.c') diff --git a/drivers/gpu/drm/omapdrm/dss/display-sysfs.c b/drivers/gpu/drm/omapdrm/dss/display-sysfs.c deleted file mode 100644 index 6ad0991f8259..000000000000 --- a/drivers/gpu/drm/omapdrm/dss/display-sysfs.c +++ /dev/null @@ -1,356 +0,0 @@ -/* - * Copyright (C) 2009 Nokia Corporation - * Author: Tomi Valkeinen - * - * Some code and ideas taken from drivers/video/omap/ driver - * by Imre Deak. - * - * 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 . - */ - -#define DSS_SUBSYS_NAME "DISPLAY" - -#include -#include -#include -#include - -#include