diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv04_graph.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv04_graph.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/gpu/drm/nouveau/nv04_graph.c b/drivers/gpu/drm/nouveau/nv04_graph.c index 72f1a62903b3..68cce6023461 100644 --- a/drivers/gpu/drm/nouveau/nv04_graph.c +++ b/drivers/gpu/drm/nouveau/nv04_graph.c | |||
@@ -22,9 +22,8 @@ | |||
22 | * DEALINGS IN THE SOFTWARE. | 22 | * DEALINGS IN THE SOFTWARE. |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include "drmP.h" | 25 | #include <drm/drmP.h> |
26 | #include "drm.h" | 26 | #include <drm/nouveau_drm.h> |
27 | #include "nouveau_drm.h" | ||
28 | #include "nouveau_drv.h" | 27 | #include "nouveau_drv.h" |
29 | #include "nouveau_hw.h" | 28 | #include "nouveau_hw.h" |
30 | #include "nouveau_util.h" | 29 | #include "nouveau_util.h" |