diff options
| author | Sam Ravnborg <[email protected]> | 2019-06-30 06:19:21 +0000 |
|---|---|---|
| committer | Sam Ravnborg <[email protected]> | 2019-07-15 16:11:31 +0000 |
| commit | fbbbd1608b0d23bdc436ea572ace98ec2d663abb (patch) | |
| tree | b63d9e73d41a7ef07c25f489e24e3f954c86d482 /drivers/gpu/drm/ast/ast_post.c | |
| parent | drm/bochs: drop use of drmP.h (diff) | |
| download | kernel-fbbbd1608b0d23bdc436ea572ace98ec2d663abb.tar.gz kernel-fbbbd1608b0d23bdc436ea572ace98ec2d663abb.zip | |
drm/ast: drop use of drmP.h
Drop use of the deprecated drmP.h header file.
While touching the files divide include files in blocks
and sort the include files in the individual blocks.
Signed-off-by: Sam Ravnborg <[email protected]>
Acked-by: Thomas Zimmermann <[email protected]>
Acked-by: Emil Velikov <[email protected]>
Cc: Dave Airlie <[email protected]>
Cc: Sam Ravnborg <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Cc: Alex Deucher <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: "Christian König" <[email protected]>
Cc: Sam Bobroff <[email protected]>
Cc: YueHaibing <[email protected]>
Cc: Huang Rui <[email protected]>
Cc: "Y.C. Chen" <[email protected]>
Cc: Hans de Goede <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'drivers/gpu/drm/ast/ast_post.c')
| -rw-r--r-- | drivers/gpu/drm/ast/ast_post.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/drivers/gpu/drm/ast/ast_post.c b/drivers/gpu/drm/ast/ast_post.c index f7d421359d56..e1d9cdf6ec1d 100644 --- a/drivers/gpu/drm/ast/ast_post.c +++ b/drivers/gpu/drm/ast/ast_post.c @@ -26,10 +26,13 @@ * Authors: Dave Airlie <[email protected]> */ -#include <drm/drmP.h> -#include "ast_drv.h" +#include <linux/delay.h> +#include <linux/pci.h> + +#include <drm/drm_print.h> #include "ast_dram_tables.h" +#include "ast_drv.h" static void ast_post_chip_2300(struct drm_device *dev); static void ast_post_chip_2500(struct drm_device *dev); |
