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_mode.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'drivers/gpu/drm/ast/ast_mode.c') diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/drm/ast/ast_mode.c index 3c0716891b29..c792362024a5 100644 --- a/drivers/gpu/drm/ast/ast_mode.c +++ b/drivers/gpu/drm/ast/ast_mode.c @@ -27,14 +27,18 @@ /* * Authors: Dave Airlie */ + #include -#include +#include + #include #include +#include +#include #include #include -#include "ast_drv.h" +#include "ast_drv.h" #include "ast_tables.h" static struct ast_i2c_chan *ast_i2c_create(struct drm_device *dev); -- cgit v1.2.3