commit | d27c37c0be3fd97a696dafb28507277d49875dcb | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Tue May 08 17:21:59 2007 +0200 |
committer | Jean Delvare <khali@hyperion.delvare> | Tue May 08 17:21:59 2007 +0200 |
tree | 6043b4bc596026099928df7bb44cdc6cf8ed3911 | |
parent | e46751bfd69839edd15ee54cabbeed8e801a4274 [diff] |
hwmon/w83627hf: Preliminary cleanups Some preliminary cleanups to the w83627hf hardware monitoring driver, to make its conversion to a platform driver easier: * Add missing include ioport.h * Drop unused enum value any_chip * Group module parameters * Define and use DRVNAME * Drop unused struct member lm75 * Move the handling of force_addr and device activation to w83627hf_find * Consistently use local type in w83627hf_init_client Signed-off-by: Jean Delvare <khali@linux-fr.org>