usb: typec: add missing MODULE_DEVICE_TABLE() to stusb160x
authorAmelie Delaunay <amelie.delaunay@st.com>
Wed, 28 Oct 2020 15:17:03 +0000 (16:17 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Oct 2020 07:26:08 +0000 (08:26 +0100)
commitf27891abb7930d7a92bee2a47648a4a8708652d3
treeae0d78bb18e8ad598abf00e3a17f8cd25c038d34
parent0cb686692fd200db12dcfb8231e793c1c98aec41
usb: typec: add missing MODULE_DEVICE_TABLE() to stusb160x

When stusb160x driver is built as a module, no modalias information is
available, and it prevents the module to be loaded by udev.
Add MODULE_DEVICE_TABLE() to fix this issue.

Fixes: da0cb6310094 ("usb: typec: add support for STUSB160x Type-C controller family")
Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Link: https://lore.kernel.org/r/20201028151703.31195-1-amelie.delaunay@st.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/stusb160x.c