Re: [PATCH 0/5] accel/qaic: Add missing <linux/device-id/mhi.h> to .c files
Jeff Hugo <[email protected]>
| Newsgroups | org.kernel.vger.linux-arm-msm,org.freedesktop.lists.dri-devel |
|---|---|
| Message-ID | <[email protected]> |
On 7/27/2026 11:33 AM, Youssef Samir wrote: > Although the qaic driver is using MHI, it is missing the inclusion of > <linux/mod_devicetable.h>, or the more recent <linux/device-id/mhi.h>, > in some of its .c files. > > This series adds the missing includes to the relevant .c files. > > Youssef Samir (5): > accel/qaic: Add missing <linux/device-id/mhi.h> to sahara and timesync > accel/qaic: Add <linux/device-id/mhi.h> to qaic_drv.c > accel/qaic: Add <linux/device-id/mhi.h> to qaic_debugfs.c > accel/qaic: Add <linux/device-id/mhi.h> to qaic_ras.c > accel/qaic: Add <linux/device-id/mhi.h> to qaic_ssr.c > > drivers/accel/qaic/qaic_debugfs.c | 1 + > drivers/accel/qaic/qaic_drv.c | 1 + > drivers/accel/qaic/qaic_ras.c | 1 + > drivers/accel/qaic/qaic_ssr.c | 1 + > drivers/accel/qaic/qaic_timesync.c | 1 + > drivers/accel/qaic/sahara.c | 1 + > 6 files changed, 6 insertions(+) > For the series: Reviewed-by: Jeff Hugo <[email protected]>