On Mon, Feb 20, 2023 at 11:12:06PM +0100, Hans de Goede wrote: > In order to have a single MODULE_DEVICE_TABLE(dmi, ...), while allowing > splitting the board descriptions into multiple files, add a new separate > file for the DMI match table. ... > + * In order to have a single MODULE_DEVICE_TABLE(dmi, ...), while allowing > + * splitting the board descriptions into multiple files, add extern declarations > + * of the x86_dev_info structs here. But why this can't be simply done in the local header? Does it not compile? -- With Best Regards, Andy Shevchenko