Commit 7fd4548d authored by Paz Zcharya's avatar Paz Zcharya Committed by Jani Nikula

drm/i915/display: Include debugfs.h in intel_display_debugfs_params.c

Commit 8015bee0 ("drm/i915/display: Add framework to add parameters
specific to display") added the file intel_display_debugfs_params.c,
which calls the functions "debugfs_create_{bool, ulong, str}" -- all of
which are defined in <linux/debugfs.h>. The missing inclusion of this
header file is breaking the ChromeOS build -- add an explicit include
to fix that.
Signed-off-by: default avatarPaz Zcharya <pazz@chromium.org>
Reviewed-by: default avatarJani Nikula <jani.nikula@intel.com>
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240131204658.795278-1-pazz@chromium.org
parent fe4c6ff5
......@@ -3,6 +3,7 @@
* Copyright © 2023 Intel Corporation
*/
#include <linux/debugfs.h>
#include <linux/kernel.h>
#include <drm/drm_drv.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment