Re: [PATCH] net: qualcomm: ppe: Remove redundant include of dev_printk.h
From: Jinseok Kim <hidden>
Date: 2026-01-15 09:15:52
Also in:
lkml
From: Jinseok Kim <hidden>
Date: 2026-01-15 09:15:52
Also in:
lkml
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.