diff options
author | Inki Dae <inki.dae@samsung.com> | 2011-10-14 13:29:52 +0900 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2011-10-18 10:01:19 +0100 |
commit | a88cab2bb15bbfe7ab39efc45ebd414d30dbb258 (patch) | |
tree | 6ae1ecfb19212f991953181007805b00f226dc57 /drivers/gpu/drm/exynos/exynos_drm_drv.h | |
parent | ccf4d883f82e10053fa5806f2cd35401012bec84 (diff) | |
download | linux-a88cab2bb15bbfe7ab39efc45ebd414d30dbb258.tar.gz |
drm/exynos: fixed build warnings and comments.
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_drm_drv.h')
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.h b/drivers/gpu/drm/exynos/exynos_drm_drv.h index 915f5cd4d109..c03683f2ae72 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_drv.h +++ b/drivers/gpu/drm/exynos/exynos_drm_drv.h @@ -123,7 +123,7 @@ struct exynos_drm_overlay { * Exynos DRM Display Structure. * - this structure is common to analog tv, digital tv and lcd panel. * - * @type: one of exynos_DISPLAY_TYPE_LCD and HDMI. + * @type: one of EXYNOS_DISPLAY_TYPE_LCD and HDMI. * @is_connected: check for that display is connected or not. * @get_edid: get edid modes from display driver. * @get_timing: get timing object from display driver. |