Changeset 4023
- Timestamp:
- 02/11/06 17:34:56 (7 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/kernel/i2c-dev.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/kernel/i2c-dev.c
r4022 r4023 63 63 static int i2cdev_attach_adapter(struct i2c_adapter *adap); 64 64 static int i2cdev_detach_client(struct i2c_client *client); 65 static int i2cdev_command(struct i2c_client *client, unsigned int cmd,66 void *arg);67 65 68 66 static struct file_operations i2cdev_fops = {
