diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2014-11-17 11:54:27 +0300 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2014-11-24 12:02:56 +0300 |
commit | 5af3d9bb78f130819204ef44ac9d2b635e49fc35 (patch) | |
tree | 611b65efe3c6984d637008fd874bb365717d7b8d /drivers/gpu/drm/exynos/exynos_drm_drv.h | |
parent | 4cfde1f2af076547ebe86f8632e65119f28438b8 (diff) | |
download | linux-5af3d9bb78f130819204ef44ac9d2b635e49fc35.tar.xz |
drm/exynos/dpi: stop using display->ctx pointer
The patch replaces accesses to display->ctx pointer by container_of
construct. The field is removed as well as dpi was the last user of it.
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_drv.h')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_drv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h index b023f5fea25f..2e4e91bf9b07 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_drv.h +++ b/drivers/gpu/drm/exynos/exynos_drm_drv.h @@ -152,7 +152,6 @@ struct exynos_drm_display { struct drm_encoder *encoder; struct drm_connector *connector; struct exynos_drm_display_ops *ops; - void *ctx; }; /* |