diff options
author | Mattias Jacobsson <2pi@mok.nu> | 2019-02-19 20:59:56 +0100 |
---|---|---|
committer | Darren Hart (VMware) <dvhart@infradead.org> | 2019-03-07 08:46:29 -0800 |
commit | fd77149105ddf0371b6f9349fba87867c1aa9e49 (patch) | |
tree | 715596375cac3ff2f5768b0d1a227540bf32a6bc /drivers/platform/x86/mlx-platform.c | |
parent | 7381460286da555b58950683ae66969e60bbb080 (diff) | |
download | linux-next-fd77149105ddf0371b6f9349fba87867c1aa9e49.tar.gz |
platform/x86: wmi-bmof: 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 'drivers/platform/x86/mlx-platform.c')
0 files changed, 0 insertions, 0 deletions