[PATCH] I2C: rename i2c-sysfs.h to hwmon-sysfs.h
authorJean Delvare <khali@linux-fr.org>
Mon, 6 Jun 2005 17:34:45 +0000 (19:34 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 22 Jun 2005 04:52:05 +0000 (21:52 -0700)
commit10c08f8100ee2c4d27b862635574cdf4ef439e67
tree7055414032c3fd5fa066c6574804011132b69cb5
parentc3bc4caedd84ad03360cb9ec04b6c44ab314588b
[PATCH] I2C: rename i2c-sysfs.h to hwmon-sysfs.h

This patch renames the new linux/i2c-sysfs.h header file to
linux/hwmon-sysfs.h. This names seems to be more appropriate since this
file defines macros and structures not related to i2c but to hardware
monitoring drivers. The patch also updates the five hardware monitoring
driver which include that header file already.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/i2c/chips/adm1026.c
drivers/i2c/chips/it87.c
drivers/i2c/chips/lm63.c
drivers/i2c/chips/lm83.c
drivers/i2c/chips/lm90.c
include/linux/hwmon-sysfs.h [moved from include/linux/i2c-sysfs.h with 88% similarity]