Hello, On Mon, Aug 17, 2026 at 11:36:01PM +1200, Jiaxing Hu wrote: > diff --git a/drivers/accel/rocket/rocket_drv.h > b/drivers/accel/rocket/rocket_drv.h > index 2c673bb99..0096c4ab1 100644 > --- a/drivers/accel/rocket/rocket_drv.h > +++ b/drivers/accel/rocket/rocket_drv.h > @@ -6,10 +6,12 @@ > > #include <drm/drm_mm.h> > #include <drm/gpu_scheduler.h> > +#include <linux/mod_devicetable.h>
Please don't use <linux/mod_devicetable.h> but <linux/device-id/of.h>. The former is a mixture of many subsystem specifics and thus a dependency-hog. Best regards Uwe
signature.asc
Description: PGP signature
