[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20260112042038.2553-1-always.starving0@gmail.com>
Date: Sun, 11 Jan 2026 20:20:38 -0800
From: Jinseok Kim <always.starving0@...il.com>
To: quic_luoj@...cinc.com,
andrew+netdev@...n.ch,
davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com
Cc: netdev@...r.kernel.org,
linux-kernel@...r.kernel.org,
Jinseok Kim <always.starving0@...il.com>
Subject: [PATCH] net: qualcomm: ppe: Remove redundant include of dev_printk.h
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@...il.com>
---
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
Powered by blists - more mailing lists