summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/exynos/exynos_drm_ipp.h
diff options
context:
space:
mode:
authorAndrzej Hajda2014-05-19 12:54:04 +0200
committerInki Dae2014-06-01 19:07:10 +0200
commitf51bceec03a478db2e888070349c17061225e6ab (patch)
treec3855e1cd696c8527a5e7d5a351a11ae821b719c /drivers/gpu/drm/exynos/exynos_drm_ipp.h
parentdrm/exynos/ipp: fix get_property IOCTL (diff)
downloadkernel-qcow2-linux-f51bceec03a478db2e888070349c17061225e6ab.tar.gz
kernel-qcow2-linux-f51bceec03a478db2e888070349c17061225e6ab.tar.xz
kernel-qcow2-linux-f51bceec03a478db2e888070349c17061225e6ab.zip
drm/exynos/ipp: correct ipp_id field initialization
prop_list.ipp_id field is not initialized properly. The patch fixes it, additionally it removes redundant field from ippdrv. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_ipp.h')
-rw-r--r--drivers/gpu/drm/exynos/exynos_drm_ipp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_ipp.h b/drivers/gpu/drm/exynos/exynos_drm_ipp.h
index ab1634befc05..4aa71b21657a 100644
--- a/drivers/gpu/drm/exynos/exynos_drm_ipp.h
+++ b/drivers/gpu/drm/exynos/exynos_drm_ipp.h
@@ -160,7 +160,6 @@ struct exynos_drm_ippdrv {
struct device *parent_dev;
struct device *dev;
struct drm_device *drm_dev;
- u32 ipp_id;
bool dedicated;
struct exynos_drm_ipp_ops *ops[EXYNOS_DRM_OPS_MAX];
struct workqueue_struct *event_workq;