Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/loongson: fix build after debugfs include change

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>

+1
+1
drivers/gpu/drm/loongson/lsdc_crtc.c
··· 3 3 * Copyright (C) 2023 Loongson Technology Corporation Limited 4 4 */ 5 5 6 + #include <linux/debugfs.h> 6 7 #include <linux/delay.h> 7 8 8 9 #include <drm/drm_atomic.h>