diff options
author | Mattias Jacobsson <2pi@mok.nu> | 2019-02-19 20:59:55 +0100 |
---|---|---|
committer | Darren Hart (VMware) <dvhart@infradead.org> | 2019-03-07 08:46:29 -0800 |
commit | 7381460286da555b58950683ae66969e60bbb080 (patch) | |
tree | 508b1aa577bf6295577a29fbe3adac10df1d039a /.gitattributes | |
parent | 44423592ceb4236b339c84ace402c58ec1c1d78e (diff) |
platform/x86: intel-wmi-thunderbolt: use MODULE_DEVICE_TABLE() instead of MODULE_ALIAS()
WMI drivers can if they have specified an array of struct wmi_device_id
use the MODULE_DEVICE_TABLE() macro to automatically generate the
appropriate MODULE_ALIAS() output. Thus avoiding to keep both the array
of struct wmi_device_id and the MODULE_ALIAS() declaration(s) in sync.
Change driver to use MODULE_DEVICE_TABLE() instead of MODULE_ALIAS().
Signed-off-by: Mattias Jacobsson <2pi@mok.nu>
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Diffstat (limited to '.gitattributes')
0 files changed, 0 insertions, 0 deletions