Changeset 3980

Show
Ignore:
Timestamp:
05/12/05 19:26:49 (8 years ago)
Author:
khali
Message:

Drop additional members of struct i2c_msg, they break binary
compatibility with Linux 2.4. i2c-algo-biths was the only user, and is
no more compiled by default.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/kernel/i2c.h

    r3977 r3980  
    390390        __u16 len;              /* msg length                           */ 
    391391        __u8 *buf;              /* pointer to msg data                  */ 
    392         int err; 
    393         short done; 
    394392}; 
    395393