struct i2c_adapter

From: yh
Date: Thu Jul 06 2006 - 01:41:59 EST


Hi,

The struct i2c_adapter in 2.4 has following elements which are no longer
used in kernel 2.6:

void (*inc_use)(struct i2c_adapter *);
void (*dec_use)(struct i2c_adapter *);


We used MOD_INC_USE_COUNT for inc_use and MOD_DEC_USE_COUNT. Can anyone
confirm that is no longer required in kernel 2.6?

Thank you.

Jim

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/