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

@@ -23,7 +23,6 @@
* Alon Levy
*/
#include <drm/drmP.h>
#include <drm/drm.h>
#include "qxl_drv.h"