]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitfdf328b267fbfa59b8ac61e7f7e54ce4f5be07a4
tree7055414032c3fd5fa066c6574804011132b69cb5
parent552b39151aa1cc1670e4f9b040cece4f1cd27405
[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 [new file with mode: 0644]
include/linux/i2c-sysfs.h [deleted file]