mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user