diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2019-05-26 19:35:33 +0200 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2019-05-27 18:06:47 +0200 |
commit | b8d1148892bae9c44c02486bbc0ae85bd2082a55 (patch) | |
tree | 4f8ca9213eb09e584a997a60c97b293fbaee8e6a /drivers | |
parent | 7a44fdce421edd686b56efaa752502de8763ca38 (diff) | |
download | lwn-b8d1148892bae9c44c02486bbc0ae85bd2082a55.tar.gz lwn-b8d1148892bae9c44c02486bbc0ae85bd2082a55.zip |
drm: make drm_legacy.h self-contained
Do not require users of drm_legacy.h to include other
files just to let it build
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Daniel Vetter <daniel@ffwll.ch>
Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Cc: Maxime Ripard <maxime.ripard@bootlin.com>
Cc: Sean Paul <sean@poorly.run>
Cc: David Airlie <airlied@linux.ie>
Link: https://patchwork.freedesktop.org/patch/msgid/20190526173535.32701-6-sam@ravnborg.org
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/drm_legacy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/drm_legacy.h b/drivers/gpu/drm/drm_legacy.h index 013ccdfd90be..1be3ea320474 100644 --- a/drivers/gpu/drm/drm_legacy.h +++ b/drivers/gpu/drm/drm_legacy.h @@ -29,11 +29,15 @@ * drivers use them, and removing them are API breaks. */ #include <linux/list.h> + +#include <drm/drm.h> +#include <drm/drm_device.h> #include <drm/drm_legacy.h> struct agp_memory; struct drm_device; struct drm_file; +struct drm_buf_desc; /* * Generic DRM Contexts |