diff options
Diffstat (limited to 'drivers/gpu/drm/ast/ast_fb.c')
-rw-r--r-- | drivers/gpu/drm/ast/ast_fb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/gpu/drm/ast/ast_fb.c b/drivers/gpu/drm/ast/ast_fb.c index d0d279233101..d9ec77959dff 100644 --- a/drivers/gpu/drm/ast/ast_fb.c +++ b/drivers/gpu/drm/ast/ast_fb.c | |||
@@ -37,9 +37,9 @@ | |||
37 | #include <linux/init.h> | 37 | #include <linux/init.h> |
38 | 38 | ||
39 | 39 | ||
40 | #include "drmP.h" | 40 | #include <drm/drmP.h> |
41 | #include "drm_crtc.h" | 41 | #include <drm/drm_crtc.h> |
42 | #include "drm_fb_helper.h" | 42 | #include <drm/drm_fb_helper.h> |
43 | #include "ast_drv.h" | 43 | #include "ast_drv.h" |
44 | 44 | ||
45 | static void ast_dirty_update(struct ast_fbdev *afbdev, | 45 | static void ast_dirty_update(struct ast_fbdev *afbdev, |