diff options
| -rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_drv.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_drm_drv.c b/drivers/gpu/drm/exynos/exynos_drm_drv.c index 63a68c60a353..f1d69667b4e8 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_drv.c +++ b/drivers/gpu/drm/exynos/exynos_drm_drv.c | |||
| @@ -345,9 +345,6 @@ static struct platform_driver exynos_drm_platform_driver; | |||
| 345 | * because connector requires pipe number of its crtc during initialization. | 345 | * because connector requires pipe number of its crtc during initialization. |
| 346 | */ | 346 | */ |
| 347 | static struct platform_driver *const exynos_drm_kms_drivers[] = { | 347 | static struct platform_driver *const exynos_drm_kms_drivers[] = { |
| 348 | #ifdef CONFIG_DRM_EXYNOS_VIDI | ||
| 349 | &vidi_driver, | ||
| 350 | #endif | ||
| 351 | #ifdef CONFIG_DRM_EXYNOS_FIMD | 348 | #ifdef CONFIG_DRM_EXYNOS_FIMD |
| 352 | &fimd_driver, | 349 | &fimd_driver, |
| 353 | #endif | 350 | #endif |
| @@ -370,6 +367,9 @@ static struct platform_driver *const exynos_drm_kms_drivers[] = { | |||
| 370 | &mixer_driver, | 367 | &mixer_driver, |
| 371 | &hdmi_driver, | 368 | &hdmi_driver, |
| 372 | #endif | 369 | #endif |
| 370 | #ifdef CONFIG_DRM_EXYNOS_VIDI | ||
| 371 | &vidi_driver, | ||
| 372 | #endif | ||
| 373 | }; | 373 | }; |
| 374 | 374 | ||
| 375 | static struct platform_driver *const exynos_drm_non_kms_drivers[] = { | 375 | static struct platform_driver *const exynos_drm_non_kms_drivers[] = { |
