Changeset 585 for lm-sensors/trunk/kernel/busses/i2c-i801.c
- Timestamp:
- 09/27/99 18:01:24 (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
r583 r585 88 88 static int __init i801_cleanup(void); 89 89 static int i801_setup(void); 90 static s32 i801_access(struct i2c_adapter *adap, u8 addr, char read_write, 91 u8 command, int size, union i2c_smbus_data * data); 90 static s32 i801_access(struct i2c_adapter *adap, u8 addr, 91 unsigned short flags, char read_write, 92 u8 command, int size, union i2c_smbus_data * data); 92 93 static void i801_do_pause( unsigned int amount ); 93 94 static int i801_transaction(void); … … 485 486 486 487 /* Return -1 on error. See smbus.h for more information */ 487 s32 i801_access(struct i2c_adapter *adap, u8 addr, char read_write, 488 u8 command, int size, union i2c_smbus_data * data) 488 s32 i801_access(struct i2c_adapter *adap, u8 addr, unsigned short flags, 489 char read_write, u8 command, int size, 490 union i2c_smbus_data * data) 489 491 { 490 492
