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 <[email protected]> Acked-by: Maxime Ripard <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Signed-off-by: Jani Nikula <[email protected]>
1 parent 33d5ae6 commit 9e2b84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)