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

From: Jinseok Kim

Date: Sun Jan 11 2026 - 23:21:04 EST


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 <always.starving0@xxxxxxxxx>
---
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