diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv30_fb.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv30_fb.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/nouveau/nv30_fb.c b/drivers/gpu/drm/nouveau/nv30_fb.c index e0135f0e2144..9cc4de8de5ca 100644 --- a/drivers/gpu/drm/nouveau/nv30_fb.c +++ b/drivers/gpu/drm/nouveau/nv30_fb.c | |||
@@ -24,10 +24,9 @@ | |||
24 | * | 24 | * |
25 | */ | 25 | */ |
26 | 26 | ||
27 | #include "drmP.h" | 27 | #include <drm/drmP.h> |
28 | #include "drm.h" | ||
29 | #include "nouveau_drv.h" | 28 | #include "nouveau_drv.h" |
30 | #include "nouveau_drm.h" | 29 | #include <drm/nouveau_drm.h> |
31 | 30 | ||
32 | void | 31 | void |
33 | nv30_fb_init_tile_region(struct drm_device *dev, int i, uint32_t addr, | 32 | nv30_fb_init_tile_region(struct drm_device *dev, int i, uint32_t addr, |