diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv20_fb.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv20_fb.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/nouveau/nv20_fb.c b/drivers/gpu/drm/nouveau/nv20_fb.c index 19bd64059a66..5fffc2150b8e 100644 --- a/drivers/gpu/drm/nouveau/nv20_fb.c +++ b/drivers/gpu/drm/nouveau/nv20_fb.c | |||
@@ -1,7 +1,6 @@ | |||
1 | #include "drmP.h" | 1 | #include <drm/drmP.h> |
2 | #include "drm.h" | ||
3 | #include "nouveau_drv.h" | 2 | #include "nouveau_drv.h" |
4 | #include "nouveau_drm.h" | 3 | #include <drm/nouveau_drm.h> |
5 | 4 | ||
6 | static struct drm_mm_node * | 5 | static struct drm_mm_node * |
7 | nv20_fb_alloc_tag(struct drm_device *dev, uint32_t size) | 6 | nv20_fb_alloc_tag(struct drm_device *dev, uint32_t size) |