diff options
Diffstat (limited to 'include/drm')
| -rw-r--r-- | include/drm/drm_atomic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/drm/drm_atomic.h b/include/drm/drm_atomic.h index 9d919168bc11..e224ccfa11ca 100644 --- a/include/drm/drm_atomic.h +++ b/include/drm/drm_atomic.h | |||
| @@ -28,6 +28,8 @@ | |||
| 28 | #ifndef DRM_ATOMIC_H_ | 28 | #ifndef DRM_ATOMIC_H_ |
| 29 | #define DRM_ATOMIC_H_ | 29 | #define DRM_ATOMIC_H_ |
| 30 | 30 | ||
| 31 | #include <drm/drm_crtc.h> | ||
| 32 | |||
| 31 | struct drm_atomic_state * __must_check | 33 | struct drm_atomic_state * __must_check |
| 32 | drm_atomic_state_alloc(struct drm_device *dev); | 34 | drm_atomic_state_alloc(struct drm_device *dev); |
| 33 | void drm_atomic_state_clear(struct drm_atomic_state *state); | 35 | void drm_atomic_state_clear(struct drm_atomic_state *state); |
