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>
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
#ifndef __NOUVEAU_GEM_H__
|
||||
#define __NOUVEAU_GEM_H__
|
||||
|
||||
#include <drm/drmP.h>
|
||||
|
||||
#include "nouveau_drv.h"
|
||||
#include "nouveau_bo.h"
|
||||
|
||||
|
Reference in New Issue
Block a user