Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/msm: remove a repeated including of <linux/debugfs.h>

Remove a repeated "#include <linux/debugfs.h>" in line 19 of the original
file.

Signed-off-by: Guo Zhengkui <guozhengkui@vivo.com>
Link: https://lore.kernel.org/r/20210729030140.99500-1-guozhengkui@vivo.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>

authored by

Guo Zhengkui and committed by
Rob Clark
2fd653bb 601f0479

-1
-1
drivers/gpu/drm/msm/disp/msm_disp_snapshot.h
··· 16 16 #include <linux/delay.h> 17 17 #include <linux/spinlock.h> 18 18 #include <linux/ktime.h> 19 - #include <linux/debugfs.h> 20 19 #include <linux/uaccess.h> 21 20 #include <linux/dma-buf.h> 22 21 #include <linux/slab.h>