Skip to content

Commit 9e2b84f

Browse files
committed
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>
1 parent 33d5ae6 commit 9e2b84f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/drm/drm_print.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828

2929
#include <linux/compiler.h>
3030
#include <linux/printk.h>
31-
#include <linux/seq_file.h>
3231
#include <linux/device.h>
3332
#include <linux/dynamic_debug.h>
3433

3534
#include <drm/drm.h>
3635

3736
struct debugfs_regset32;
3837
struct drm_device;
38+
struct seq_file;
3939

4040
/* Do *not* use outside of drm_print.[ch]! */
4141
extern unsigned long __drm_debug;

0 commit comments

Comments
 (0)