- JUst one cleanup which drops the use of drmP.h header file.

-----BEGIN PGP SIGNATURE-----
 
 iQGzBAABCgAdFiEEaNgt5qhas/jh16fIAgVwiH27uaUFAl1rs1YACgkQAgVwiH27
 uaUAYQv8DI25QZejGAbAng3wYLvoNmjSX4ii9PzLXkTrXKvm/oxHKkDuzl8QWV5p
 GW8rXEBEDUhToQKxsZhgnVE43tFMBaCgTZduL3snXnm/Q45AaAjIIYb4L8RVTX22
 7QI/+JQAYH82CkBcJsf5QjHw79lMVkSbKDm0bYGrL5c19jrA3WziK00Y6ZhJYSG+
 IwGp8n3UDjxSU86flxPxv1mg58Ert0rupFH2SK1Nt0C9Mgnl9vGJfw2cygvEQRMk
 y9ConwlmkgdvejXbQ/3ZfADLSdUED61D0kpqg5Rvk14TYqUJiOGX1EnTs6tNGTpY
 AijZ7AQtJJ5vUly6FVlwH0pESzEVQqfstURpUxf/KOkPh4Z7PHcamjtg6esrerm2
 lkAm9LB4Yv2jOOQgB++AFcBJdZogMOd1q7vh4K9bOMA0tITdgQ1FE4WdBxcwk0fc
 7jGaB8/9xELedswqKk9MY8ZMUFL/25VwJ7ppwzP3KoytLnwfgkoZcEazK6BYkGKf
 tGHPRz/K
 =TPzx
 -----END PGP SIGNATURE-----

Merge tag 'exynos-drm-next-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next

- JUst one cleanup which drops the use of drmP.h header file.

Signed-off-by: Dave Airlie <airlied@redhat.com>

From: Inki Dae <daeinki@gmail.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190901120619.3992-1-daeinki@gmail.com
This commit is contained in:
Dave Airlie 2019-09-03 16:05:45 +10:00
commit c7eb7c12fd
7 changed files with 19 additions and 3 deletions

View file

@ -8,12 +8,20 @@
*/
#include <linux/component.h>
#include <linux/dma-mapping.h>
#include <linux/platform_device.h>
#include <linux/pm_runtime.h>
#include <linux/uaccess.h>
#include <drm/drm_atomic.h>
#include <drm/drm_atomic_helper.h>
#include <drm/drm_drv.h>
#include <drm/drm_fb_helper.h>
#include <drm/drm_file.h>
#include <drm/drm_fourcc.h>
#include <drm/drm_ioctl.h>
#include <drm/drm_probe_helper.h>
#include <drm/drm_vblank.h>
#include <drm/exynos_drm.h>
#include "exynos_drm_drv.h"

View file

@ -17,6 +17,8 @@
#include <linux/regmap.h>
#include <linux/spinlock.h>
#include <drm/drm_fourcc.h>
#include <drm/drm_print.h>
#include <drm/exynos_drm.h>
#include "exynos_drm_drv.h"

View file

@ -16,6 +16,8 @@
#include <linux/pm_runtime.h>
#include <linux/regmap.h>
#include <drm/drm_fourcc.h>
#include <drm/drm_print.h>
#include <drm/exynos_drm.h>
#include "exynos_drm_drv.h"

View file

@ -16,7 +16,10 @@
* all copies or substantial portions of the Software.
*/
#include <drm/drmP.h>
#include <linux/uaccess.h>
#include <drm/drm_file.h>
#include <drm/drm_fourcc.h>
#include <drm/drm_mode.h>
#include <drm/exynos_drm.h>

View file

@ -6,8 +6,6 @@
#ifndef _EXYNOS_DRM_IPP_H_
#define _EXYNOS_DRM_IPP_H_
#include <drm/drmP.h>
struct exynos_drm_ipp;
struct exynos_drm_ipp_task;

View file

@ -15,7 +15,9 @@
#include <linux/of_device.h>
#include <linux/platform_device.h>
#include <linux/pm_runtime.h>
#include <linux/sizes.h>
#include <drm/drm_fourcc.h>
#include <drm/exynos_drm.h>
#include "exynos_drm_drv.h"

View file

@ -15,6 +15,7 @@
#include <linux/platform_device.h>
#include <linux/pm_runtime.h>
#include <drm/drm_fourcc.h>
#include <drm/exynos_drm.h>
#include "exynos_drm_drv.h"