]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
usb: typec: fix module autoloading
authorLiao Chen <liaochen4@huawei.com>
Thu, 22 Aug 2024 13:01:12 +0000 (13:01 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Aug 2024 11:45:56 +0000 (13:45 +0200)
commit15a34e5d4b23ce500d8de8ac8e084c417a500255
tree7d52977abde739a6fcf2422af34dcfeff555e148
parent62cadfb51852bf691e9cfa0bf0a8426c3b922e18
usb: typec: fix module autoloading

Add MODULE_DEVICE_TABLE(), so modules could be properly autoloaded
based on the alias from of_device_id table.

Signed-off-by: Liao Chen <liaochen4@huawei.com>
Link: https://lore.kernel.org/r/20240822130113.164644-4-liaochen4@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/anx7411.c