Re: [PATCH] net: qualcomm: ppe: Remove redundant include of dev_printk.h
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-01-14 03:02:12
Also in:
lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-01-14 03:02:12
Also in:
lkml
On Sun, 11 Jan 2026 20:20:38 -0800 Jinseok Kim wrote:
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.
Unless there's some effort to remove the dev_printk.h header let's leave it as is. Depending on header dependencies is not generally recommended. -- pw-bot: cr