drm/print: drop include seq_file.h
Never include where a forward declaration will suffice. Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com> Acked-by: Maxime Ripard <mripard@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20240410141434.157908-2-jani.nikula@intel.com Link: https://patchwork.freedesktop.org/patch/msgid/20240422121011.4133236-2-jani.nikula@intel.com Signed-off-by: Jani Nikula <jani.nikula@intel.com>
This commit is contained in:
parent
33d5ae6cac
commit
9e2b84fb6c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,6 @@
|
||||||
|
|
||||||
#include <linux/compiler.h>
|
#include <linux/compiler.h>
|
||||||
#include <linux/printk.h>
|
#include <linux/printk.h>
|
||||||
#include <linux/seq_file.h>
|
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
#include <linux/dynamic_debug.h>
|
#include <linux/dynamic_debug.h>
|
||||||
|
|
||||||
|
@ -36,6 +35,7 @@
|
||||||
|
|
||||||
struct debugfs_regset32;
|
struct debugfs_regset32;
|
||||||
struct drm_device;
|
struct drm_device;
|
||||||
|
struct seq_file;
|
||||||
|
|
||||||
/* Do *not* use outside of drm_print.[ch]! */
|
/* Do *not* use outside of drm_print.[ch]! */
|
||||||
extern unsigned long __drm_debug;
|
extern unsigned long __drm_debug;
|
||||||
|
|
Loading…
Add table
Reference in a new issue