Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/exynos: drop use of drmP.h

There was a few uses of drmP that was missed in the last
patch removing this header from exynos.

Remove the final uses of this header.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Inki Dae <inki.dae@samsung.com>
Cc: Joonyoung Shim <jy0922.shim@samsung.com>
Cc: Seung-Woo Kim <sw0312.kim@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Kukjin Kim <kgene@kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>
Cc: Jingoo Han <jingoohan1@gmail.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

authored by

Sam Ravnborg and committed by
Inki Dae
226024b1 578d2342

+19 -3
+8
drivers/gpu/drm/exynos/exynos_drm_drv.c
··· 8 8 */ 9 9 10 10 #include <linux/component.h> 11 + #include <linux/dma-mapping.h> 12 + #include <linux/platform_device.h> 11 13 #include <linux/pm_runtime.h> 14 + #include <linux/uaccess.h> 12 15 13 16 #include <drm/drm_atomic.h> 14 17 #include <drm/drm_atomic_helper.h> 18 + #include <drm/drm_drv.h> 15 19 #include <drm/drm_fb_helper.h> 20 + #include <drm/drm_file.h> 21 + #include <drm/drm_fourcc.h> 22 + #include <drm/drm_ioctl.h> 16 23 #include <drm/drm_probe_helper.h> 24 + #include <drm/drm_vblank.h> 17 25 #include <drm/exynos_drm.h> 18 26 19 27 #include "exynos_drm_drv.h"
+2
drivers/gpu/drm/exynos/exynos_drm_fimc.c
··· 17 17 #include <linux/regmap.h> 18 18 #include <linux/spinlock.h> 19 19 20 + #include <drm/drm_fourcc.h> 21 + #include <drm/drm_print.h> 20 22 #include <drm/exynos_drm.h> 21 23 22 24 #include "exynos_drm_drv.h"
+2
drivers/gpu/drm/exynos/exynos_drm_gsc.c
··· 16 16 #include <linux/pm_runtime.h> 17 17 #include <linux/regmap.h> 18 18 19 + #include <drm/drm_fourcc.h> 20 + #include <drm/drm_print.h> 19 21 #include <drm/exynos_drm.h> 20 22 21 23 #include "exynos_drm_drv.h"
+4 -1
drivers/gpu/drm/exynos/exynos_drm_ipp.c
··· 16 16 * all copies or substantial portions of the Software. 17 17 */ 18 18 19 - #include <drm/drmP.h> 19 + #include <linux/uaccess.h> 20 + 21 + #include <drm/drm_file.h> 22 + #include <drm/drm_fourcc.h> 20 23 #include <drm/drm_mode.h> 21 24 #include <drm/exynos_drm.h> 22 25
-2
drivers/gpu/drm/exynos/exynos_drm_ipp.h
··· 6 6 #ifndef _EXYNOS_DRM_IPP_H_ 7 7 #define _EXYNOS_DRM_IPP_H_ 8 8 9 - #include <drm/drmP.h> 10 - 11 9 struct exynos_drm_ipp; 12 10 struct exynos_drm_ipp_task; 13 11
+2
drivers/gpu/drm/exynos/exynos_drm_rotator.c
··· 15 15 #include <linux/of_device.h> 16 16 #include <linux/platform_device.h> 17 17 #include <linux/pm_runtime.h> 18 + #include <linux/sizes.h> 18 19 20 + #include <drm/drm_fourcc.h> 19 21 #include <drm/exynos_drm.h> 20 22 21 23 #include "exynos_drm_drv.h"
+1
drivers/gpu/drm/exynos/exynos_drm_scaler.c
··· 15 15 #include <linux/platform_device.h> 16 16 #include <linux/pm_runtime.h> 17 17 18 + #include <drm/drm_fourcc.h> 18 19 #include <drm/exynos_drm.h> 19 20 20 21 #include "exynos_drm_drv.h"