From: Dave Airlie Date: Fri, 26 Apr 2024 04:30:36 +0000 (+1000) Subject: drm/loongson: fix build after debugfs include change X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=9aa99bb1977aab5f1a23780673f74db99d982632;p=linux.git 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 --- diff --git a/drivers/gpu/drm/loongson/lsdc_crtc.c b/drivers/gpu/drm/loongson/lsdc_crtc.c index 827acab580fa1..03958b79f2519 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 #include #include