Thread (3 messages) 3 messages, 2 authors, 2026-01-15
STALE161d

[PATCH] net: qualcomm: ppe: Remove redundant include of dev_printk.h

From: Jinseok Kim <hidden>
Date: 2026-01-12 04:21:04
Also in: lkml
Subsystem: networking drivers, qualcomm ppe driver, the rest · Maintainers: Andrew Lunn, "David S. Miller", Eric Dumazet, Jakub Kicinski, Paolo Abeni, Luo Jie, Linus Torvalds

The header <linux/device.h> already includes <linux/dev_printk.h>.
Therefore, explicitly including <linux/dev_printk.h> is unnecessary.

This patch removes the redundant include. No functional changes.

Signed-off-by: Jinseok Kim <redacted>
---
 drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c | 1 -
 1 file changed, 1 deletion(-)
diff --git a/drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c b/drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
index fd959a76ff43..df9f0cdad626 100644
--- a/drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
+++ b/drivers/net/ethernet/qualcomm/ppe/ppe_debugfs.c
@@ -7,7 +7,6 @@

 #include <linux/bitfield.h>
 #include <linux/debugfs.h>
-#include <linux/dev_printk.h>
 #include <linux/device.h>
 #include <linux/regmap.h>
 #include <linux/seq_file.h>
--
2.43.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help