From 9f37229347b62d04999b0ade874eeae3ac4b731e Mon Sep 17 00:00:00 2001 From: Jon Mayo Date: Tue, 27 Mar 2012 17:18:48 -0700 Subject: video: tegra: dc: remove obsolete overlay interface Remove old overlay interface, it is replaced with TEGRA_DC_EXTENSIONS External functions made static now that overlay.c no longer needs them. Change-Id: I5d080ceb19ad90d3b5cc4bf20494c967687293a5 Signed-off-by: Jon Mayo Reviewed-on: http://git-master/r/92661 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Chao Xu Reviewed-by: Robert Morell Reviewed-by: Kevin Huang (Eng-SW) Reviewed-by: Dan Willemsen Reviewed-by: Michael I Gold Reviewed-by: Markus Holtmanns --- include/linux/tegra_overlay.h | 79 ------------------------------------------- 1 file changed, 79 deletions(-) delete mode 100644 include/linux/tegra_overlay.h (limited to 'include') diff --git a/include/linux/tegra_overlay.h b/include/linux/tegra_overlay.h deleted file mode 100644 index 2a6025afdad7..000000000000 --- a/include/linux/tegra_overlay.h +++ /dev/null @@ -1,79 +0,0 @@ -/* - * Copyright (C) 2010 NVIDIA Corporation - * Author: Dan Willemsen - * - * This software is licensed under the terms of the GNU General Public - * License version 2, as published by the Free Software Foundation, and - * may be copied, distributed, and modified under those terms. - * - * 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. - * - */ - -#ifndef __LINUX_TEGRA_OVERLAY_H -#define __LINUX_TEGRA_OVERLAY_H - -#include -#include -#include