On Mon, Oct 23, 2023 at 09:44:07AM +0200, Hans de Goede wrote: > On 10/23/23 08:23, Andreas Helbech Kleist wrote: > > On Fri, 2023-10-20 at 16:39 +0200, Hans de Goede wrote: > >> On 10/20/23 12:47, Andreas Helbech Kleist wrote: ... > > +static const struct auxiliary_device_id ipu6_isys_id_table[] = { > > + { > > + .name = "intel_ipu6.isys", > > + .driver_data = (kernel_ulong_t)&ipu6_isys_auxdrv_data, > > + }, Quite likely terminator is missing here. > > +}; > > Right, so this needs a: > > MODULE_DEVICE_TABLE(auxiliary, ipu6_isys_id_table); -- With Best Regards, Andy Shevchenko