Changeset 586 for lm-sensors/trunk/kernel/busses/i2c-i801.c
- Timestamp:
- 09/27/99 18:30:42 (14 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/kernel/busses/i2c-i801.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/kernel/busses/i2c-i801.c
r585 r586 88 88 static int __init i801_cleanup(void); 89 89 static int i801_setup(void); 90 static s32 i801_access(struct i2c_adapter *adap, u 8addr,90 static s32 i801_access(struct i2c_adapter *adap, u16 addr, 91 91 unsigned short flags, char read_write, 92 92 u8 command, int size, union i2c_smbus_data * data); … … 486 486 487 487 /* Return -1 on error. See smbus.h for more information */ 488 s32 i801_access(struct i2c_adapter *adap, u 8addr, unsigned short flags,488 s32 i801_access(struct i2c_adapter *adap, u16 addr, unsigned short flags, 489 489 char read_write, u8 command, int size, 490 490 union i2c_smbus_data * data)
