diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2019-05-19 16:00:44 +0200 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2019-08-23 04:55:31 +0200 |
commit | 690ae20c0426f8a6f48d2c285a53c465ebcb0c1f (patch) | |
tree | 7e08afff054fbe3334993c371668255e96b6ef4b /drivers/gpu/drm/nouveau/nouveau_ioc32.c | |
parent | drm/nouveau: drop drmP.h from all header files (diff) | |
download | linux-690ae20c0426f8a6f48d2c285a53c465ebcb0c1f.tar.xz linux-690ae20c0426f8a6f48d2c285a53c465ebcb0c1f.zip |
drm/nouveau: drop use of drmp.h
Drop use of the deprecated drmP.h file from drm/nouveau.
Build tested using allyesconfig 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/nouveau_ioc32.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/nouveau_ioc32.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_ioc32.c b/drivers/gpu/drm/nouveau/nouveau_ioc32.c index 462679a8fec5..adf01ca9e035 100644 --- a/drivers/gpu/drm/nouveau/nouveau_ioc32.c +++ b/drivers/gpu/drm/nouveau/nouveau_ioc32.c @@ -33,7 +33,8 @@ #include <linux/compat.h> -#include <drm/drmP.h> +#include <drm/drm.h> +#include <drm/drm_ioctl.h> #include "nouveau_ioctl.h" |