Changeset 4006

Show
Ignore:
Timestamp:
10/02/05 14:04:59 (3 years ago)
Author:
khali
Message:

Delete 2 out-of-date, colliding ioctl defines. I2C_UDELAY and
I2C_MDELAY are supposed to be used by i2c-algo-bit, but actually aren't
(and I suspect never were). Moreover, their values are the same as
I2C_FUNCS and I2C_SLAVE_FORCE, respectively, which *are* widely used.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • i2c/trunk/kernel/i2c.h

    r4002 r4006  
    512512#define I2C_SMBUS       0x0720  /* SMBus-level access */ 
    513513 
    514 /* ... algo-bit.c recognizes */ 
    515 #define I2C_UDELAY      0x0705  /* set delay in microsecs between each  */ 
    516                                 /* written byte (except address)        */ 
    517 #define I2C_MDELAY      0x0706  /* millisec delay between written bytes */ 
    518  
    519514/* ----- I2C-DEV: char device interface stuff ------------------------- */ 
    520515