Skip to content

Commit 9aa99bb

Browse files
committed
drm/loongson: fix build after debugfs include change
This failed to build here after the header rework. Fixes: 33d5ae6 ("drm/print: drop include debugfs.h and include where needed") Signed-off-by: Dave Airlie <[email protected]>
1 parent ca31018 commit 9aa99bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/gpu/drm/loongson/lsdc_crtc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright (C) 2023 Loongson Technology Corporation Limited
44
*/
55

6+
#include <linux/debugfs.h>
67
#include <linux/delay.h>
78

89
#include <drm/drm_atomic.h>

0 commit comments

Comments
 (0)