diff options
Diffstat (limited to 'drivers/video/i810/i810.h')
-rw-r--r-- | drivers/video/i810/i810.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/i810/i810.h b/drivers/video/i810/i810.h index 579195c2bea3..aa65ffce915b 100644 --- a/drivers/video/i810/i810.h +++ b/drivers/video/i810/i810.h | |||
@@ -264,7 +264,8 @@ struct i810fb_par { | |||
264 | struct heap_data cursor_heap; | 264 | struct heap_data cursor_heap; |
265 | struct vgastate state; | 265 | struct vgastate state; |
266 | struct i810fb_i2c_chan chan[3]; | 266 | struct i810fb_i2c_chan chan[3]; |
267 | atomic_t use_count; | 267 | struct mutex open_lock; |
268 | unsigned int use_count; | ||
268 | u32 pseudo_palette[17]; | 269 | u32 pseudo_palette[17]; |
269 | unsigned long mmio_start_phys; | 270 | unsigned long mmio_start_phys; |
270 | u8 __iomem *mmio_start_virtual; | 271 | u8 __iomem *mmio_start_virtual; |