Hello, On Tue, Jul 14, 2026 at 10:17:08AM +0200, Wadim Mueller wrote: > +#include > [..] > +#include Please don't use . of_device_id is also provided by , so you can just drop the former include. > +static const struct of_device_id gpio_counter_of_match[] = { > + { .compatible = "gpio-counter" }, > + {} { } please. > +}; > +MODULE_DEVICE_TABLE(of, gpio_counter_of_match); Best regards Uwe