diff options
author | Dave Airlie <airlied@redhat.com> | 2024-04-26 14:30:36 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2024-04-26 14:30:36 +1000 |
commit | 9aa99bb1977aab5f1a23780673f74db99d982632 (patch) | |
tree | cd000f3b0154c355898a6a04505ec60cbda443ab /drivers/gpu/drm/loongson | |
parent | ca31018b2fae6acfa159a44e630c4d528574ff36 (diff) | |
download | lwn-9aa99bb1977aab5f1a23780673f74db99d982632.tar.gz lwn-9aa99bb1977aab5f1a23780673f74db99d982632.zip |
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>
Diffstat (limited to 'drivers/gpu/drm/loongson')
-rw-r--r-- | drivers/gpu/drm/loongson/lsdc_crtc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/loongson/lsdc_crtc.c b/drivers/gpu/drm/loongson/lsdc_crtc.c index 827acab580fa..03958b79f251 100644 --- 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> |