Mattias Jacobsson eacc95eae6 platform/x86: wmi: move struct wmi_device_id to mod_devicetable.h
In preparation for adding WMI support to MODULE_DEVICE_TABLE() move the
definition of struct wmi_device_id to mod_devicetable.h and inline
guid_string in the struct.

Changing guid_string to an inline char array changes the loop conditions
when looping over an array of struct wmi_device_id. Therefore update
wmi_dev_match()'s loop to check for an empty guid_string instead of a
NULL pointer.

Signed-off-by: Mattias Jacobsson <2pi@mok.nu>
[dvhart: Move UUID_STRING_LEN define to this patch]
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
2019-03-07 08:46:07 -08:00
..
2017-03-28 16:16:52 +02:00
2019-01-06 09:46:51 +09:00
2018-12-29 12:03:17 -08:00
2017-11-14 18:25:40 -08:00
2018-12-29 12:03:17 -08:00
2017-11-17 17:45:29 -08:00
2018-12-28 12:11:44 -08:00
2014-08-20 16:03:45 +02:00