diff options
| author | Mattias Jacobsson <[email protected]> | 2019-02-19 20:59:56 +0100 |
|---|---|---|
| committer | Darren Hart (VMware) <[email protected]> | 2019-03-07 08:46:29 -0800 |
| commit | fd77149105ddf0371b6f9349fba87867c1aa9e49 (patch) | |
| tree | 715596375cac3ff2f5768b0d1a227540bf32a6bc /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
| parent | 7381460286da555b58950683ae66969e60bbb080 (diff) | |
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 <[email protected]>
Signed-off-by: Darren Hart (VMware) <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions