drm/qxl: drop use of drmP.h

Drop use of the deprecated drmP.h header file.
While touching the files divided includes in blocks,
and when needed sort the blocks.
Fix fallout.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Emil Velikov <emil.velikov@collabora.com>
Cc: Dave Airlie <airlied@redhat.com>
Cc: virtualization@lists.linux-foundation.org
Cc: spice-devel@lists.freedesktop.org
Link: https://patchwork.freedesktop.org/patch/msgid/20190630061922.7254-10-sam@ravnborg.org
This commit is contained in:
Sam Ravnborg
2019-06-30 08:18:58 +02:00
parent b4b21c8395
commit c0f4b75c06
12 changed files with 50 additions and 25 deletions

View File

@@ -25,6 +25,8 @@
/* QXL cmd/ring handling */
#include <linux/delay.h>
#include <drm/drm_util.h>
#include "qxl_drv.h"