projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cf5ca1
)
drm: Include <drm/drm_auth.h>
author
Thomas Zimmermann
<tzimmermann@suse.de>
Wed, 22 Nov 2023 12:09:32 +0000
(13:09 +0100)
committer
Thomas Zimmermann
<tzimmermann@suse.de>
Wed, 6 Dec 2023 09:08:01 +0000
(10:08 +0100)
One of the source files includes <drm/drm_auth.h> via <drm/drm_legacy.h>,
which will be removed. Include drm_auth.h directly.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: David Airlie <airlied@gmail.com>
Reviewed-by: Daniel Vetter <daniel@ffwll.ch>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Link:
https://patchwork.freedesktop.org/patch/msgid/20231122122449.11588-4-tzimmermann@suse.de
drivers/gpu/drm/drm_pci.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/drm_pci.c
b/drivers/gpu/drm/drm_pci.c
index 39d35fc3a43bcfaeb89ab55b6df67d79e666088e..67907dd427214190be27f3f3c42678e769be7e33 100644
(file)
--- a/
drivers/gpu/drm/drm_pci.c
+++ b/
drivers/gpu/drm/drm_pci.c
@@
-29,6
+29,7
@@
#include <linux/pci.h>
#include <linux/slab.h>
+#include <drm/drm_auth.h>
#include <drm/drm.h>
#include <drm/drm_drv.h>
#include <drm/drm_print.h>