1
0
Fork 0

hwmon: (asus_atk0110) Fix compiler warning

atk_sensor_type is only used when DEBUG is defined.

Signed-off-by: Luca Tettamanti <kronos.it@gmail.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
hifive-unleashed-5.1
Luca Tettamanti 2009-05-08 20:27:28 +02:00 committed by Jean Delvare
parent 8c9ed899b4
commit b9008708f2
1 changed files with 2 additions and 0 deletions

View File

@ -348,6 +348,7 @@ static int validate_hwmon_pack(struct atk_data *data, union acpi_object *obj)
return 0;
}
#ifdef DEBUG
static char const *atk_sensor_type(union acpi_object *flags)
{
u64 type = flags->integer.value & ATK_TYPE_MASK;
@ -370,6 +371,7 @@ static char const *atk_sensor_type(union acpi_object *flags)
return what;
}
#endif
static void atk_print_sensor(struct atk_data *data, union acpi_object *obj)
{