diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_vga.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_vga.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_vga.c b/drivers/gpu/drm/nouveau/nouveau_vga.c index 7bf7d131eee0..6f0ac64873df 100644 --- a/drivers/gpu/drm/nouveau/nouveau_vga.c +++ b/drivers/gpu/drm/nouveau/nouveau_vga.c | |||
@@ -1,8 +1,8 @@ | |||
1 | #include <linux/vgaarb.h> | 1 | #include <linux/vgaarb.h> |
2 | #include <linux/vga_switcheroo.h> | 2 | #include <linux/vga_switcheroo.h> |
3 | 3 | ||
4 | #include "drmP.h" | 4 | #include <drm/drmP.h> |
5 | #include "drm_crtc_helper.h" | 5 | #include <drm/drm_crtc_helper.h> |
6 | 6 | ||
7 | #include "nouveau_drm.h" | 7 | #include "nouveau_drm.h" |
8 | #include "nouveau_acpi.h" | 8 | #include "nouveau_acpi.h" |