Changeset 3950
- Timestamp:
- 12/29/04 04:35:05 (4 years ago)
- Files:
-
- i2c/trunk/CHANGES (modified) (1 diff)
- i2c/trunk/kernel/i2c.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/CHANGES
r3944 r3950 18 18 ----------------------------------------------------------------------------- 19 19 20 2.9.0 (2004 ????)20 2.9.0 (20041228) 21 21 Interface changes 22 22 - Struct i2c_adapter: restore inc_use() and dec_use(), remove owner i2c/trunk/kernel/i2c.h
r3937 r3950 29 29 #define _LINUX_I2C_H 30 30 31 #define I2C_DATE "2004 ????"32 #define I2C_VERSION "2.9.0 -CVS"31 #define I2C_DATE "20041228" 32 #define I2C_VERSION "2.9.0" 33 33 34 34 #include <linux/module.h>
