diff options
Diffstat (limited to 'drivers/gpu/drm/ast/ast_mode.c')
-rw-r--r-- | drivers/gpu/drm/ast/ast_mode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/drm/ast/ast_mode.c index a712cafcfa1..a6982b86df9 100644 --- a/drivers/gpu/drm/ast/ast_mode.c +++ b/drivers/gpu/drm/ast/ast_mode.c | |||
@@ -28,9 +28,9 @@ | |||
28 | * Authors: Dave Airlie <airlied@redhat.com> | 28 | * Authors: Dave Airlie <airlied@redhat.com> |
29 | */ | 29 | */ |
30 | #include <linux/export.h> | 30 | #include <linux/export.h> |
31 | #include "drmP.h" | 31 | #include <drm/drmP.h> |
32 | #include "drm_crtc.h" | 32 | #include <drm/drm_crtc.h> |
33 | #include "drm_crtc_helper.h" | 33 | #include <drm/drm_crtc_helper.h> |
34 | #include "ast_drv.h" | 34 | #include "ast_drv.h" |
35 | 35 | ||
36 | #include "ast_tables.h" | 36 | #include "ast_tables.h" |