]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
hwmon/w83627hf: Preliminary cleanups
authorJean Delvare <khali@linux-fr.org>
Tue, 8 May 2007 15:21:59 +0000 (17:21 +0200)
committerJean Delvare <khali@hyperion.delvare>
Tue, 8 May 2007 15:21:59 +0000 (17:21 +0200)
commitd27c37c0be3fd97a696dafb28507277d49875dcb
tree6043b4bc596026099928df7bb44cdc6cf8ed3911
parente46751bfd69839edd15ee54cabbeed8e801a4274
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>
drivers/hwmon/w83627hf.c