Thermal/int340x_thermal: remove unused uuids.
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
This commit is contained in:
parent
56b613ea0d
commit
31908f45a5
|
@ -18,19 +18,15 @@
|
||||||
|
|
||||||
enum int3400_thermal_uuid {
|
enum int3400_thermal_uuid {
|
||||||
INT3400_THERMAL_PASSIVE_1,
|
INT3400_THERMAL_PASSIVE_1,
|
||||||
INT3400_THERMAL_PASSIVE_2,
|
|
||||||
INT3400_THERMAL_ACTIVE,
|
INT3400_THERMAL_ACTIVE,
|
||||||
INT3400_THERMAL_CRITICAL,
|
INT3400_THERMAL_CRITICAL,
|
||||||
INT3400_THERMAL_COOLING_MODE,
|
|
||||||
INT3400_THERMAL_MAXIMUM_UUID,
|
INT3400_THERMAL_MAXIMUM_UUID,
|
||||||
};
|
};
|
||||||
|
|
||||||
static u8 *int3400_thermal_uuids[INT3400_THERMAL_MAXIMUM_UUID] = {
|
static u8 *int3400_thermal_uuids[INT3400_THERMAL_MAXIMUM_UUID] = {
|
||||||
"42A441D6-AE6A-462b-A84B-4A8CE79027D3",
|
"42A441D6-AE6A-462b-A84B-4A8CE79027D3",
|
||||||
"9E04115A-AE87-4D1C-9500-0F3E340BFE75",
|
|
||||||
"3A95C389-E4B8-4629-A526-C52C88626BAE",
|
"3A95C389-E4B8-4629-A526-C52C88626BAE",
|
||||||
"97C68AE7-15FA-499c-B8C9-5DA81D606E0A",
|
"97C68AE7-15FA-499c-B8C9-5DA81D606E0A",
|
||||||
"16CAF1B7-DD38-40ed-B1C1-1B8A1913D531",
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct int3400_thermal_priv {
|
struct int3400_thermal_priv {
|
||||||
|
|
Loading…
Reference in New Issue