diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv40_mc.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv40_mc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nv40_mc.c b/drivers/gpu/drm/nouveau/nv40_mc.c index 61a2424e12b4..788584364853 100644 --- a/drivers/gpu/drm/nouveau/nv40_mc.c +++ b/drivers/gpu/drm/nouveau/nv40_mc.c | |||
@@ -1,6 +1,6 @@ | |||
1 | #include "drmP.h" | 1 | #include <drm/drmP.h> |
2 | #include "nouveau_drv.h" | 2 | #include "nouveau_drv.h" |
3 | #include "nouveau_drm.h" | 3 | #include <drm/nouveau_drm.h> |
4 | 4 | ||
5 | int | 5 | int |
6 | nv40_mc_init(struct drm_device *dev) | 6 | nv40_mc_init(struct drm_device *dev) |