Changeset 4023

Show
Ignore:
Timestamp:
02/11/06 17:34:56 (3 years ago)
Author:
khali
Message:

Warning fix.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c/trunk/kernel/i2c-dev.c

    r4022 r4023  
    6363static int i2cdev_attach_adapter(struct i2c_adapter *adap); 
    6464static int i2cdev_detach_client(struct i2c_client *client); 
    65 static int i2cdev_command(struct i2c_client *client, unsigned int cmd, 
    66                            void *arg); 
    6765 
    6866static struct file_operations i2cdev_fops = {