rpmsg: Correct support for MODULE_DEVICE_TABLE()
authorAndrew F. Davis <afd@ti.com>
Sat, 21 Apr 2018 23:55:29 +0000 (18:55 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 May 2018 14:33:48 +0000 (16:33 +0200)
commit5b7d127726de6eed4b900bc3bbb167837690818f
tree9e35ab71dd2a0bf4c4c82887cb210dce44d83894
parent065c09563c872e52813a17218c52cd642be1dca6
rpmsg: Correct support for MODULE_DEVICE_TABLE()

Due to missing a missing entry in file2alias.c MODULE_DEVICE_TABLE() are
not generating the proper module aliases. Add the needed entry here.

Fixes: bcabbccabffe ("rpmsg: add virtio-based remote processor messaging bus")
Reported-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/mod/devicetable-offsets.c
scripts/mod/file2alias.c