search for: 4df9b40d6342

Displaying 1 result from an estimated 1 matches for "4df9b40d6342".

2020 Mar 11
0
[PATCH] virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial
...n <alobakin at dlink.ru> Reviewed-by: Amit Shah <amit at kernel.org> Thanks, > --- > drivers/char/virtio_console.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/char/virtio_console.c > b/drivers/char/virtio_console.c > index 4df9b40d6342..7e1bc0f580a2 100644 > --- a/drivers/char/virtio_console.c > +++ b/drivers/char/virtio_console.c > @@ -2116,6 +2116,7 @@ static struct virtio_device_id id_table[] = { > { VIRTIO_ID_CONSOLE, VIRTIO_DEV_ANY_ID }, > { 0 }, > }; > +MODULE_DEVICE_TABLE(virtio, id_table); >...