diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_fb.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_fb.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/gpu/drm/i915/intel_fb.c b/drivers/gpu/drm/i915/intel_fb.c index 97f673523b97..7b30b5c2c4ee 100644 --- a/drivers/gpu/drm/i915/intel_fb.c +++ b/drivers/gpu/drm/i915/intel_fb.c | |||
@@ -36,12 +36,11 @@ | |||
36 | #include <linux/init.h> | 36 | #include <linux/init.h> |
37 | #include <linux/vga_switcheroo.h> | 37 | #include <linux/vga_switcheroo.h> |
38 | 38 | ||
39 | #include "drmP.h" | 39 | #include <drm/drmP.h> |
40 | #include "drm.h" | 40 | #include <drm/drm_crtc.h> |
41 | #include "drm_crtc.h" | 41 | #include <drm/drm_fb_helper.h> |
42 | #include "drm_fb_helper.h" | ||
43 | #include "intel_drv.h" | 42 | #include "intel_drv.h" |
44 | #include "i915_drm.h" | 43 | #include <drm/i915_drm.h> |
45 | #include "i915_drv.h" | 44 | #include "i915_drv.h" |
46 | 45 | ||
47 | static struct fb_ops intelfb_ops = { | 46 | static struct fb_ops intelfb_ops = { |