From 2489007e7d740ccbc3e0a202914e243ad5178787 Mon Sep 17 00:00:00 2001 From: codeworkx Date: Sat, 22 Sep 2012 09:48:20 +0200 Subject: merge opensource jb u5 Change-Id: I1aaec157aa196f3448eff8636134fce89a814cf2 --- drivers/gpu/drm/exynos_tmp/exynos_drm_rotator.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 drivers/gpu/drm/exynos_tmp/exynos_drm_rotator.h (limited to 'drivers/gpu/drm/exynos_tmp/exynos_drm_rotator.h') diff --git a/drivers/gpu/drm/exynos_tmp/exynos_drm_rotator.h b/drivers/gpu/drm/exynos_tmp/exynos_drm_rotator.h deleted file mode 100644 index 5f383d5..0000000 --- a/drivers/gpu/drm/exynos_tmp/exynos_drm_rotator.h +++ /dev/null @@ -1,25 +0,0 @@ -/* - * Copyright (C) 2012 Samsung Electronics Co.Ltd - * Authors: YoungJun Cho - * - * 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 Foundationr - */ - -#ifndef _EXYNOS_DRM_ROTATOR_H_ -#define _EXYNOS_DRM_ROTATOR_H_ - -#ifdef CONFIG_DRM_EXYNOS_ROTATOR -extern int exynos_drm_rotator_exec_ioctl(struct drm_device *dev, void *data, - struct drm_file *file_priv); -#else -static inline int exynos_drm_rotator_exec_ioctl(struct drm_device *dev, - void *data, - struct drm_file *file_priv) -{ - return -ENOTTY; -} -#endif - -#endif -- cgit v1.1