From fbbbd1608b0d23bdc436ea572ace98ec2d663abb Mon Sep 17 00:00:00 2001 From: Sam Ravnborg Date: Sun, 30 Jun 2019 08:19:21 +0200 Subject: drm/ast: drop use of drmP.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Acked-by: Thomas Zimmermann Acked-by: Emil Velikov Cc: Dave Airlie Cc: Sam Ravnborg Cc: Gerd Hoffmann Cc: Alex Deucher Cc: Daniel Vetter Cc: "Christian König" Cc: Sam Bobroff Cc: YueHaibing Cc: Huang Rui Cc: "Y.C. Chen" Cc: Hans de Goede Link: https://patchwork.freedesktop.org/patch/msgid/20190630061922.7254-33-sam@ravnborg.org --- drivers/gpu/drm/ast/ast_main.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'drivers/gpu/drm/ast/ast_main.c') diff --git a/drivers/gpu/drm/ast/ast_main.c b/drivers/gpu/drm/ast/ast_main.c index 8dff7672560c..0a1bb9c05195 100644 --- a/drivers/gpu/drm/ast/ast_main.c +++ b/drivers/gpu/drm/ast/ast_main.c @@ -25,12 +25,17 @@ /* * Authors: Dave Airlie */ -#include -#include "ast_drv.h" + +#include #include #include +#include #include +#include +#include + +#include "ast_drv.h" void ast_set_index_reg_mask(struct ast_private *ast, uint32_t base, uint8_t index, -- cgit v1.2.3