hwmon: (w83781d) Make ISA interface depend on CONFIG_ISA
authorWolfgang Grandegger <wg@grandegger.com>
Fri, 17 Oct 2008 15:51:18 +0000 (17:51 +0200)
committerJean Delvare <khali@mahadeva.delvare>
Fri, 17 Oct 2008 15:51:18 +0000 (17:51 +0200)
commit443850ce5880b24583d2be9d4b146e471fdf3dad
tree68ead39304fd70e387408ab5ad2edf2479807e2c
parent10c08f937d832e1d5a77e65767a6e2c05bc25c69
hwmon: (w83781d) Make ISA interface depend on CONFIG_ISA

Probing the ISA bus on systems without ISA bus may hang the system.
This patch makes the ISA bus related code depend on the kernel
configuration parameter CONFIG_ISA. It moves ISA bus related code
into one #ifdef CONFIG_ISA ... #endif block and adds some helper
function.

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/w83781d.c