On Fri, Sep 18, 2026 at 04:40:05PM +0200, Luca Weiss wrote: > +#include <linux/mod_devicetable.h>
Please don't include that file. of_device_id is also provided by <drm/drm_mipi_dsi.h> (transitively via <linux/device.h> -> <linux/device/driver.h> -> <linux/device-id/of.h>) and you can rely on that. If you want to go full iwyu, please use <linux/device-id/of.h> instead of <linux/mod_devicetable.h>. <linux/mod_devicetable.h> is a dependency hog and will hopefully go away soon. Best regards Uwe
signature.asc
Description: PGP signature
