summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2019-05-19 16:00:42 +0200
committerBen Skeggs <bskeggs@redhat.com>2019-08-23 12:55:30 +1000
commitc587cd6fc8b3ed497d1b478ba789311b3156d560 (patch)
treec99e4739c5c2e29f20c1ac4bdde63140968fc9be /drivers/gpu/drm/nouveau/nouveau_drv.h
parent977b7e81df7300b5e79d680ae4e02be9fbab0fc2 (diff)
downloadlinux-c587cd6fc8b3ed497d1b478ba789311b3156d560.tar.gz
linux-c587cd6fc8b3ed497d1b478ba789311b3156d560.tar.bz2
linux-c587cd6fc8b3ed497d1b478ba789311b3156d560.zip
drm/nouveau: drop drmP.h from nouveau_drv.h
Drop the deprecated drmP.h header from nouveau_drv.h. Fix fallout in other parts of the driver. Build tested using allmodconfig and allyesconfig. Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Cc: Ben Skeggs <bskeggs@redhat.com> Cc: nouveau@lists.freedesktop.org Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index aae035816383..62e01919bb5f 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -46,7 +46,10 @@
#include <nvif/mmu.h>
#include <nvif/vmm.h>
-#include <drm/drmP.h>
+#include <drm/drm_connector.h>
+#include <drm/drm_device.h>
+#include <drm/drm_drv.h>
+#include <drm/drm_file.h>
#include <drm/ttm/ttm_bo_api.h>
#include <drm/ttm/ttm_bo_driver.h>