i2c: Make clear what the class field of i2c_adapter is good for
[pandora-kernel.git] / include / linux / i2c.h
index 0611512..4ac8ec3 100644 (file)
@@ -345,7 +345,7 @@ struct i2c_algorithm {
 struct i2c_adapter {
        struct module *owner;
        unsigned int id;
-       unsigned int class;
+       unsigned int class;               /* classes to allow probing for */
        const struct i2c_algorithm *algo; /* the algorithm to access the bus */
        void *algo_data;