drm/rockchip: drv: include debugfs.h in rockchip_drm_drv.h

Move debugfs.h in the rockchip drm driver common header file.

Fixes: baa928edb1 ("drm/rockchip: dw-dp: add a debugfs directory")

Change-Id: Iba14580e612723ff7ebf6e8348c5c519a8356f0e
Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com>
This commit is contained in:
Zhang Yubing
2025-09-11 09:54:06 +08:00
committed by Tao Huang
parent 6c6aae8599
commit ac8bace64e
3 changed files with 1 additions and 2 deletions

View File

@@ -21,6 +21,7 @@
#include <linux/media-bus-format.h>
#include <linux/module.h>
#include <linux/component.h>
#include <linux/debugfs.h>
#include <soc/rockchip/rockchip_dmc.h>

View File

@@ -6,7 +6,6 @@
#include <linux/clk.h>
#include <linux/component.h>
#include <linux/debugfs.h>
#include <linux/delay.h>
#include <linux/fixp-arith.h>
#include <linux/iopoll.h>

View File

@@ -22,7 +22,6 @@
#endif
#include <dt-bindings/display/rockchip_vop.h>
#include <linux/debugfs.h>
#include <linux/fixp-arith.h>
#include <linux/jiffies.h>
#include <linux/iopoll.h>