Changeset 3893
- Timestamp:
- 01/16/04 04:27:11 (9 years ago)
- Location:
- i2c/trunk
- Files:
-
- 2 modified
-
CHANGES (modified) (1 diff)
-
kernel/i2c.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/CHANGES
r3887 r3893 18 18 ----------------------------------------------------------------------------- 19 19 20 2.8.3 (2004 ????)20 2.8.3 (20040115) 21 21 File i2c-rh.spec: Updated 22 22 Makefile: Update Alpha CMODFLAGS (Daniel Nilsson) -
i2c/trunk/kernel/i2c.h
r3892 r3893 29 29 #define _LINUX_I2C_H 30 30 31 #define I2C_DATE "200 31211"32 #define I2C_VERSION "2.8. 2"31 #define I2C_DATE "20040115" 32 #define I2C_VERSION "2.8.3" 33 33 34 34 #include <linux/module.h>
