From: Seung-Woo Kim Date: Wed, 22 May 2013 12:14:15 +0000 (+0900) Subject: drm/exynos: fix build warnings from ipp fimc X-Git-Tag: firefly_0821_release~3680^2~345^2~11^2~2 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a3ad6976fe5a306fc6cb9e423ac0ef2f06f79189;p=firefly-linux-kernel-4.4.55.git drm/exynos: fix build warnings from ipp fimc Becuase of order of headers, there are build warnings and they are fixed with this patch. Signed-off-by: Seung-Woo Kim Signed-off-by: Inki Dae --- diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimc.c b/drivers/gpu/drm/exynos/exynos_drm_fimc.c index 754d76082eb3..75c50f5fe0ed 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_fimc.c +++ b/drivers/gpu/drm/exynos/exynos_drm_fimc.c @@ -12,9 +12,9 @@ * */ #include -#include #include #include +#include #include #include #include