diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2013-01-08 22:07:21 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-09 01:40:46 +0100 |
commit | 1a1aca42c989051dce34d49b4e04a25dafe01d74 (patch) | |
tree | 8fa9d6a80246528736dd6df80df60c7c7eb2619e /drivers/misc/mei/mei_dev.h | |
parent | mei: mei_dev.h - remove prototypes of dropped functions (diff) | |
download | linux-1a1aca42c989051dce34d49b4e04a25dafe01d74.tar.xz linux-1a1aca42c989051dce34d49b4e04a25dafe01d74.zip |
mei: rename remaining amthi strings to amthif
the only real thing that left was mei_amthi_guid
the rest was in the strings and comments
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/mei_dev.h')
-rw-r--r-- | drivers/misc/mei/mei_dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mei/mei_dev.h b/drivers/misc/mei/mei_dev.h index 681c0ee7a5de..285e8e01d429 100644 --- a/drivers/misc/mei/mei_dev.h +++ b/drivers/misc/mei/mei_dev.h @@ -46,7 +46,7 @@ /* * AMTHI Client UUID */ -extern const uuid_le mei_amthi_guid; +extern const uuid_le mei_amthif_guid; /* * Watchdog Client UUID |