2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00

Support for pre-2.6.4 i2c.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1431 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Abraham van der Merwe
2002-07-09 10:03:22 +00:00
parent 6657d7c56b
commit 1416083125

View File

@@ -379,6 +379,10 @@ static void lm92_dec_use (struct i2c_client *client)
#endif /* #ifdef MODULE */
}
#ifndef I2C_DRIVERID_LM92
#define I2C_DRIVERID_LM92 1033
#endif /* #ifndef I2C_DRIVERID_LM92 */
static struct i2c_driver lm92_driver = {
name: "lm92",
id: I2C_DRIVERID_LM92,