summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/savage/savage_drv.h
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2019-06-05 16:03:14 +0200
committerSam Ravnborg <sam@ravnborg.org>2019-06-05 20:31:04 +0200
commitac0ac2102003d1990a44e17b97721e6909c1dc82 (patch)
treec6fd993d10e75bfecef36aef1467b2cc038ba49b /drivers/gpu/drm/savage/savage_drv.h
parent87158992d39adca39dcff7a224aaaed4e6aff276 (diff)
downloadlinux-ac0ac2102003d1990a44e17b97721e6909c1dc82.tar.bz2
drm/savage: drop use of drmP.h
Drop use of the deprecated drmP.h header file. Replace it with the necessary includes of other headers. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Daniel Vetter <daniel@ffwll.ch> Cc: David Airlie <airlied@linux.ie> Link: https://patchwork.freedesktop.org/patch/msgid/20190605140313.13629-3-sam@ravnborg.org
Diffstat (limited to 'drivers/gpu/drm/savage/savage_drv.h')
-rw-r--r--drivers/gpu/drm/savage/savage_drv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/savage/savage_drv.h b/drivers/gpu/drm/savage/savage_drv.h
index 38aab625f12e..b0081bb64776 100644
--- a/drivers/gpu/drm/savage/savage_drv.h
+++ b/drivers/gpu/drm/savage/savage_drv.h
@@ -26,7 +26,11 @@
#ifndef __SAVAGE_DRV_H__
#define __SAVAGE_DRV_H__
+#include <linux/io.h>
+
+#include <drm/drm_ioctl.h>
#include <drm/drm_legacy.h>
+#include <drm/savage_drm.h>
#define DRIVER_AUTHOR "Felix Kuehling"