]> git.baikalelectronics.ru Git - kernel.git/commit
virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial
authorAlexander Lobakin <alobakin@pm.me>
Tue, 23 Jun 2020 11:09:33 +0000 (11:09 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jul 2020 13:12:48 +0000 (15:12 +0200)
commitb85c22ec9d41b3d8f81a71797c69548e3402fb48
tree609c9f4fd302dae12208df256316e1643c84f33b
parent11b5b0b3020b76d6e7ef1d8b074380cfb81ae7ed
virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial

rproc_serial_id_table lacks an exposure to module devicetable, so
when remoteproc firmware requests VIRTIO_ID_RPROC_SERIAL, no uevent
is generated and no module autoloading occurs.
Add missing MODULE_DEVICE_TABLE() annotation and move the existing
one for VIRTIO_ID_CONSOLE right to the table itself.

Fixes: 9206c1509cc4 ("virtio_console: Add support for remoteproc serial")
Cc: <stable@vger.kernel.org> # v3.8+
Signed-off-by: Alexander Lobakin <alobakin@pm.me>
Reviewed-by: Amit Shah <amit@kernel.org>
Link: https://lore.kernel.org/r/x7C_CbeJtoGMy258nwAXASYz3xgFMFpyzmUvOyZzRnQrgWCREBjaqBOpAUS7ol4NnZYvSVwmTsCG0Ohyfvta-ygw6HMHcoeKK0C3QFiAO_Q=@pm.me
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/virtio_console.c