OSDN Git Service

drm: drm_crtc.h self-contained
authorSam Ravnborg <sam@ravnborg.org>
Sat, 8 Jun 2019 08:02:35 +0000 (10:02 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 10 Jun 2019 20:30:24 +0000 (22:30 +0200)
commit75f3f70f0462f443283e66d8448bed9330073178
treee4d5bfdfba029a98fa5f612ba580f7a81cfa9ecc
parent0bd79f915c68ca3372696fee2dfe3c4bde9997a3
drm: drm_crtc.h self-contained

While removing drmP.h from drm/radeon a few files ended
up including drm_crtc.h as the first file.
This failed build due to a missing dependency in drm_crtc.h.

Add the missing include file.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
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>
Cc: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190608080241.4958-2-sam@ravnborg.org
include/drm/drm_crtc.h