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

From: Jinseok Kim

Date: Thu Jan 15 2026 - 04:15:52 EST


Thanks for the review!

I suggested removing the direct #include <linux/dev_printk.h> because
this is the only file under net/ethernet/qualcomm/ that explicitly includes it.
All other files use dev_err() etc. just fine via <linux/device.h>.

But you're right — relying on indirect includes isn't ideal...
I'll leave it as-is for now.