mei: fix up uuid matching
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 28 May 2015 00:17:27 +0000 (17:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 03:14:00 +0000 (12:14 +0900)
commitb144ce2d37619e05afdb0a15676500d76a64b1be
treec896c3c2cb4bc8135afb9f5128b38f250695c545
parent039ae58503f3349157a852c2cd5555a630f0bfaf
mei: fix up uuid matching

A previous commit, c93b76b34b4d ("mei: bus: report also uuid in module
alias") caused a build error as I missed applying a needed patch to add
some macros to uapi/linux/uuid.h.  Instead of those additional macros,
change the mei code to use the existing uuid structure directly.

Fixes: c93b76b34b4d
Cc: Tomas Winkler <tomas.winkler@intel.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/bus.c
drivers/nfc/mei_phy.h
include/linux/mod_devicetable.h
scripts/mod/file2alias.c