diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-09-05 15:57:07 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2018-09-09 14:19:17 +0200 |
commit | b88ac005654dbc25099e8a0db06df048234561f7 (patch) | |
tree | 4f77f1f57d61e153b5add6e82dfe58a83eb59349 /include/drm/drm_property.h | |
parent | 99f45e32cde74c32e15e9fcc52cbd3fdc2324f37 (diff) |
drm: drop drmP.h include from drm_plane.c
Just a bit of missing includes and pre declarations.
v2: Compiles now, with drm/drm_util.h extracted.
v3: Rebase
v3: Fix up commit message (Sam Ravnborg)
Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180905135711.28370-3-daniel.vetter@ffwll.ch
Diffstat (limited to 'include/drm/drm_property.h')
-rw-r--r-- | include/drm/drm_property.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_property.h b/include/drm/drm_property.h index c030f6ccab99..5b9efff35d6d 100644 --- a/include/drm/drm_property.h +++ b/include/drm/drm_property.h @@ -27,6 +27,8 @@ #include <linux/ctype.h> #include <drm/drm_mode_object.h> +#include <uapi/drm/drm_mode.h> + /** * struct drm_property_enum - symbolic values for enumerations * @value: numeric property value for this enum entry |