drm/nouveau/i2c: resume use of i2c-algo-bit, rather than custom stack
[linux-flexiantxendom0-3.2.10.git] / drivers / gpu / drm / nouveau / nouveau_i2c.h
index 4d2e4e9..1d08389 100644 (file)
@@ -34,6 +34,7 @@
 struct nouveau_i2c_chan {
        struct i2c_adapter adapter;
        struct drm_device *dev;
+       struct i2c_algo_bit_data bit;
        struct list_head head;
        u8  index;
        u8  type;