aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv20_fb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv20_fb.c')
-rw-r--r--drivers/gpu/drm/nouveau/nv20_fb.c5
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
6static struct drm_mm_node * 5static struct drm_mm_node *
7nv20_fb_alloc_tag(struct drm_device *dev, uint32_t size) 6nv20_fb_alloc_tag(struct drm_device *dev, uint32_t size)