aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/dispnv04
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2019-05-19 16:00:43 +0200
committerBen Skeggs <bskeggs@redhat.com>2019-08-23 12:55:30 +1000
commit3a2b92725bc846ee5e4d25cbe7c0dcac61083632 (patch)
tree234c866257448cb98ea2778178d73587ba83b238 /drivers/gpu/drm/nouveau/dispnv04
parentdrm/nouveau: drop drmP.h from nouveau_drv.h (diff)
downloadlinux-dev-3a2b92725bc846ee5e4d25cbe7c0dcac61083632.tar.xz
linux-dev-3a2b92725bc846ee5e4d25cbe7c0dcac61083632.zip
drm/nouveau: drop drmP.h from all header files
Drop include of the deprecated drmP.h from all nouveau heder files. This allows us to remove drmP.h from all .c files without any side-effects in a follow-up commit. Build tested using allyeyconfig and allmodconfig 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/dispnv04')
-rw-r--r--drivers/gpu/drm/nouveau/dispnv04/hw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv04/hw.h b/drivers/gpu/drm/nouveau/dispnv04/hw.h
index 3a2be47fb4f1..6987e1766cd2 100644
--- a/drivers/gpu/drm/nouveau/dispnv04/hw.h
+++ b/drivers/gpu/drm/nouveau/dispnv04/hw.h
@@ -23,7 +23,6 @@
#ifndef __NOUVEAU_HW_H__
#define __NOUVEAU_HW_H__
-#include <drm/drmP.h>
#include "disp.h"
#include "nvreg.h"