Skip to content

Commit

Permalink
drm: Make drm_crtc_helper.h standalone includible
Browse files Browse the repository at this point in the history
The file refers to a bunch of structure declared in drm_crtc.h, so
include it to make sure the drm_crtc_helper.h header can be included
standalone.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Thierry Reding authored and Daniel Vetter committed Dec 17, 2014
1 parent b46004b commit 6d11a2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/drm/drm_crtc_helper.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@

#include <linux/fb.h>

#include <drm/drm_crtc.h>

enum mode_set_atomic {
LEAVE_ATOMIC_MODE_SET,
ENTER_ATOMIC_MODE_SET,
Expand Down

0 comments on commit 6d11a2f

Please sign in to comment.