On 2003-10-10, Ben Dooks wrote: > I also need an allocation for I2C_ALGO_S3C2410 On 2004-10-12, Greg KH wrote: > Hm, I thought we didn't need ids allocated anymore. Doesn't your driver > work just fine without it? This is certainly true for i2c chip drivers. I am not certain when it comes to adapters and algorithms though. I remember seeing checks on these in some code (maybe not from the main 2.6 tree though). It is probably worth verifying, especially if we intend to get rid of this struct member at some later time. Thanks, Jean