aboutsummaryrefslogtreecommitdiffstats
path: root/include/drm/drm_framebuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/drm_framebuffer.h')
-rw-r--r--include/drm/drm_framebuffer.h10
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
30struct drm_framebuffer; 32struct drm_clip_rect;
31struct drm_file;
32struct drm_device; 33struct drm_device;
34struct drm_file;
35struct drm_framebuffer;
36struct drm_gem_object;
33 37
34/** 38/**
35 * struct drm_framebuffer_funcs - framebuffer hooks 39 * struct drm_framebuffer_funcs - framebuffer hooks