treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / gpu / drm / exynos / exynos_drm_vidi.h
blob38a103be3843096f013ff026daa027d794fa1c66
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /* exynos_drm_vidi.h
4 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
5 * Author: Inki Dae <inki.dae@samsung.com>
6 */
8 #ifndef _EXYNOS_DRM_VIDI_H_
9 #define _EXYNOS_DRM_VIDI_H_
11 #ifdef CONFIG_DRM_EXYNOS_VIDI
12 int vidi_connection_ioctl(struct drm_device *drm_dev, void *data,
13 struct drm_file *file_priv);
14 #else
15 #define vidi_connection_ioctl NULL
16 #endif
18 #endif