diff options
Diffstat (limited to 'drivers/gpu/drm/i915/intel_sprite.c')
-rw-r--r-- | drivers/gpu/drm/i915/intel_sprite.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/i915/intel_sprite.c b/drivers/gpu/drm/i915/intel_sprite.c index 7644f31a3778..82f5e5c7009d 100644 --- a/drivers/gpu/drm/i915/intel_sprite.c +++ b/drivers/gpu/drm/i915/intel_sprite.c | |||
@@ -29,11 +29,11 @@ | |||
29 | * registers; newer ones are much simpler and we can use the new DRM plane | 29 | * registers; newer ones are much simpler and we can use the new DRM plane |
30 | * support. | 30 | * support. |
31 | */ | 31 | */ |
32 | #include "drmP.h" | 32 | #include <drm/drmP.h> |
33 | #include "drm_crtc.h" | 33 | #include <drm/drm_crtc.h> |
34 | #include "drm_fourcc.h" | 34 | #include <drm/drm_fourcc.h> |
35 | #include "intel_drv.h" | 35 | #include "intel_drv.h" |
36 | #include "i915_drm.h" | 36 | #include <drm/i915_drm.h> |
37 | #include "i915_drv.h" | 37 | #include "i915_drv.h" |
38 | 38 | ||
39 | static void | 39 | static void |