projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca31018
)
drm/loongson: fix build after debugfs include change
author
Dave Airlie
<airlied@redhat.com>
Fri, 26 Apr 2024 04:30:36 +0000
(14:30 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Fri, 26 Apr 2024 04:30:36 +0000
(14:30 +1000)
This failed to build here after the header rework.
Fixes: 33d5ae6cacf4 ("drm/print: drop include debugfs.h and include where needed")
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/loongson/lsdc_crtc.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/loongson/lsdc_crtc.c
b/drivers/gpu/drm/loongson/lsdc_crtc.c
index 827acab580fa131b2ddd6813ab142ac699ed19d5..03958b79f251929587e51368a9295dc382fc2b8f 100644
(file)
--- a/
drivers/gpu/drm/loongson/lsdc_crtc.c
+++ b/
drivers/gpu/drm/loongson/lsdc_crtc.c
@@
-3,6
+3,7
@@
* Copyright (C) 2023 Loongson Technology Corporation Limited
*/
+#include <linux/debugfs.h>
#include <linux/delay.h>
#include <drm/drm_atomic.h>