hwmon: (gpio-fan) Fix build with CONFIG_THERMAL=m and SENSORS_GPIO_FAN=y
authorRandy Dunlap <rdunlap@infradead.org>
Tue, 10 Mar 2015 23:42:41 +0000 (16:42 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Wed, 11 Mar 2015 02:13:15 +0000 (19:13 -0700)
commitf6906edeac16bb33b80d41fac84261767f18c14a
treea6dd068b92fcb44c4b742cfa2d4b695246e3ba27
parent18fd303fea21c98b0b72534e6db47e80d12bf311
hwmon: (gpio-fan) Fix build with CONFIG_THERMAL=m and SENSORS_GPIO_FAN=y

Fix build error when CONFIG_THERMAL=m and SENSORS_GPIO_FAN=y
by preventing that combination.

Fixes these build errors:

drivers/built-in.o: In function `gpio_fan_remove':
gpio-fan.c:(.text+0x21e97e): undefined reference to `thermal_cooling_device_unregister'
drivers/built-in.o: In function `gpio_fan_probe':
gpio-fan.c:(.text+0x21efbc): undefined reference to `thermal_cooling_device_register'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jean Delvare <jdelvare@suse.de>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: lm-sensors@lm-sensors.org
Cc: Simon Guinot <sguinot@lacie.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/Kconfig
This page took 0.035107 seconds and 5 git commands to generate.