diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2014-08-09 14:10:23 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2014-08-09 15:13:16 -0400 |
commit | fdb751ef2bbc78314d1e01d3425cfacfb19b9f86 (patch) | |
tree | f80b3344ff1a1fbf5d19a49a9d60bd407d653c7c /drivers/gpu/drm/nouveau/nv50_display.c | |
parent | f45f55c4bbf8a9f9c607e5f6013abac60427e3f7 (diff) |
drm/nouveau: remove as much direct use of core headers as possible
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv50_display.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv50_display.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c index 6ae03044c3dc..4afef92d619a 100644 --- a/drivers/gpu/drm/nouveau/nv50_display.c +++ b/drivers/gpu/drm/nouveau/nv50_display.c | |||
@@ -28,6 +28,8 @@ | |||
28 | #include <drm/drm_crtc_helper.h> | 28 | #include <drm/drm_crtc_helper.h> |
29 | #include <drm/drm_dp_helper.h> | 29 | #include <drm/drm_dp_helper.h> |
30 | 30 | ||
31 | #include <nvif/class.h> | ||
32 | |||
31 | #include "nouveau_drm.h" | 33 | #include "nouveau_drm.h" |
32 | #include "nouveau_dma.h" | 34 | #include "nouveau_dma.h" |
33 | #include "nouveau_gem.h" | 35 | #include "nouveau_gem.h" |
@@ -37,8 +39,6 @@ | |||
37 | #include "nouveau_fence.h" | 39 | #include "nouveau_fence.h" |
38 | #include "nv50_display.h" | 40 | #include "nv50_display.h" |
39 | 41 | ||
40 | #include <core/class.h> | ||
41 | |||
42 | #define EVO_DMA_NR 9 | 42 | #define EVO_DMA_NR 9 |
43 | 43 | ||
44 | #define EVO_MASTER (0x00) | 44 | #define EVO_MASTER (0x00) |