summaryrefslogtreecommitdiff
path: root/lib/data.h
diff options
context:
space:
mode:
authorJean Delvare <khali@linux-fr.org>2006-10-13 19:55:41 +0000
committerJean Delvare <khali@linux-fr.org>2006-10-13 19:55:41 +0000
commit6270cf381a71a07d1c5985ffec39e1c1feddce8c (patch)
tree404fe6b4f9942a127a50dbe3f77d9cff1046df02 /lib/data.h
parent054b265795122bfb81129588d24d8a790424dead (diff)
downloadlm-sensors-git-6270cf381a71a07d1c5985ffec39e1c1feddce8c.tar.gz
libsensors: Drop support for algorithm names.
I2C algorithms no longer have names in Linux 2.6, and anyway they are implementation details user-space doesn't care about. No third party application is known to have ever used this particular feature of libsensors. "sensord" and "sensors" no longer do. git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4208 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'lib/data.h')
-rw-r--r--lib/data.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/data.h b/lib/data.h
index 1f75ff9b..ac4c652b 100644
--- a/lib/data.h
+++ b/lib/data.h
@@ -111,11 +111,10 @@ typedef struct sensors_chip {
} sensors_chip;
/* Config file bus declaration: the i2c bus number, combined with adapter
- and algorithm names */
+ name */
typedef struct sensors_bus {
int number;
char *adapter;
- char *algorithm;
int lineno;
} sensors_bus;