Commit d2c1bba3 authored by Gustavo Padovan's avatar Gustavo Padovan Committed by Inki Dae

drm/exynos: Replace repeated declaration by include <drm/drmP.h>

Re-declare struct is not a good practice, let's use the original
drm declarations.
Signed-off-by: default avatarGustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent f859d6e8
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
#ifndef _EXYNOS_DRM_DRV_H_ #ifndef _EXYNOS_DRM_DRV_H_
#define _EXYNOS_DRM_DRV_H_ #define _EXYNOS_DRM_DRV_H_
#include <drm/drmP.h>
#include <linux/module.h> #include <linux/module.h>
#define MAX_CRTC 3 #define MAX_CRTC 3
...@@ -36,9 +37,6 @@ ...@@ -36,9 +37,6 @@
#define wait_for(COND, MS) _wait_for(COND, MS) #define wait_for(COND, MS) _wait_for(COND, MS)
struct drm_device;
struct drm_connector;
/* This enumerates device type. */ /* This enumerates device type. */
enum exynos_drm_device_type { enum exynos_drm_device_type {
EXYNOS_DEVICE_TYPE_NONE, EXYNOS_DEVICE_TYPE_NONE,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment