diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2019-01-24 22:09:06 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2019-01-24 22:58:50 +0100 |
commit | 141065012a8c89a48e5c584ef94f6a11b9523c9d (patch) | |
tree | 855e2e717f3401794c4cb632e1e3099487b929e1 /drivers/hid/intel-ish-hid/ishtp/hbm.h | |
parent | 2edefc056e4f0e6ec9508dd1aca2c18fa320efef (diff) | |
download | blackbird-op-linux-141065012a8c89a48e5c584ef94f6a11b9523c9d.tar.gz blackbird-op-linux-141065012a8c89a48e5c584ef94f6a11b9523c9d.zip |
HID: intel-ish-hid: Switch to use new generic UUID API
There are new types and helpers that are supposed to be used in new code.
As a preparation to get rid of legacy types and API functions do
the conversion here.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/intel-ish-hid/ishtp/hbm.h')
-rw-r--r-- | drivers/hid/intel-ish-hid/ishtp/hbm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/intel-ish-hid/ishtp/hbm.h b/drivers/hid/intel-ish-hid/ishtp/hbm.h index d96111cef7f8..7286e3600140 100644 --- a/drivers/hid/intel-ish-hid/ishtp/hbm.h +++ b/drivers/hid/intel-ish-hid/ishtp/hbm.h @@ -149,7 +149,7 @@ struct hbm_host_enum_response { } __packed; struct ishtp_client_properties { - uuid_le protocol_name; + guid_t protocol_name; uint8_t protocol_version; uint8_t max_number_of_connections; uint8_t fixed_address; |