mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02:00
Input: ims-pcu - add missing MODULE_DEVICE_TABLE()
The driver has a match table for the usb bus wired into its driver structure, but the table is not exported with MODULE_DEVICE_TABLE(). Add the missing MODULE_DEVICE_TABLE() entry so module alias information is generated for automatic module loading. Signed-off-by: Pengpeng Hou <pengpeng@iscas.ac.cn> Link: https://patch.msgid.link/20260704151730.42772-1-pengpeng@iscas.ac.cn Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
This commit is contained in:
parent
c8f1749009
commit
136be95046
|
|
@ -2234,6 +2234,7 @@ static const struct usb_device_id ims_pcu_id_table[] = {
|
|||
},
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(usb, ims_pcu_id_table);
|
||||
|
||||
static const struct attribute_group *ims_pcu_sysfs_groups[] = {
|
||||
&ims_pcu_attr_group,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user