Hello, On Tue, Jul 21, 2026 at 03:46:47PM -0500, Shenwei Wang wrote: > +#include <linux/mod_devicetable.h> > [...] > +#include <linux/rpmsg.h>
<linux/rpmsg.h> includes <linux/device-id/rpmsg.h> and thus provides
rpmsg_device_id already. So please drop the include for
<linux/mod_devicetable.h> which will go away soon.
> +static struct rpmsg_device_id rpmsg_gpio_channel_id_table[] = {
> + { .name = CHAN_NAME_PREFIX },
> + { },
no trailing comma after the list terminator please.
> +};
Best regards
Uwe
signature.asc
Description: PGP signature

