diff options
Diffstat (limited to 'include/drm/drm_framebuffer.h')
-rw-r--r-- | include/drm/drm_framebuffer.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/include/drm/drm_framebuffer.h b/include/drm/drm_framebuffer.h index c94acedfb08e..f0b34c977ec5 100644 --- a/include/drm/drm_framebuffer.h +++ b/include/drm/drm_framebuffer.h | |||
@@ -23,13 +23,17 @@ | |||
23 | #ifndef __DRM_FRAMEBUFFER_H__ | 23 | #ifndef __DRM_FRAMEBUFFER_H__ |
24 | #define __DRM_FRAMEBUFFER_H__ | 24 | #define __DRM_FRAMEBUFFER_H__ |
25 | 25 | ||
26 | #include <linux/list.h> | ||
27 | #include <linux/ctype.h> | 26 | #include <linux/ctype.h> |
27 | #include <linux/list.h> | ||
28 | #include <linux/sched.h> | ||
29 | |||
28 | #include <drm/drm_mode_object.h> | 30 | #include <drm/drm_mode_object.h> |
29 | 31 | ||
30 | struct drm_framebuffer; | 32 | struct drm_clip_rect; |
31 | struct drm_file; | ||
32 | struct drm_device; | 33 | struct drm_device; |
34 | struct drm_file; | ||
35 | struct drm_framebuffer; | ||
36 | struct drm_gem_object; | ||
33 | 37 | ||
34 | /** | 38 | /** |
35 | * struct drm_framebuffer_funcs - framebuffer hooks | 39 | * struct drm_framebuffer_funcs - framebuffer hooks |