X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fvideo%2Fi810%2Fi810.h;h=6c187d5fe95170e337ccc09f86457d993d98e207;hb=8cde0776ec1e86c270f65bf482f96288e6bf0023;hp=d48949ceaacc033988512bb6eb4dabf3e942a0e3;hpb=3874b98c655b9490bea1cf9c7697d5dc5338376f;p=linux-2.6 diff --git a/drivers/video/i810/i810.h b/drivers/video/i810/i810.h index d48949ceaa..6c187d5fe9 100644 --- a/drivers/video/i810/i810.h +++ b/drivers/video/i810/i810.h @@ -249,6 +249,7 @@ struct i810fb_i2c_chan { struct i810fb_par *par; struct i2c_adapter adapter; struct i2c_algo_bit_data algo; + unsigned long ddc_base; }; struct i810fb_par { @@ -262,7 +263,7 @@ struct i810fb_par { struct heap_data iring; struct heap_data cursor_heap; struct vgastate state; - struct i810fb_i2c_chan chan[2]; + struct i810fb_i2c_chan chan[3]; atomic_t use_count; u32 pseudo_palette[17]; unsigned long mmio_start_phys;