diff options
Diffstat (limited to 'drivers/video/via/viafbdev.h')
-rw-r--r-- | drivers/video/via/viafbdev.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/via/viafbdev.h b/drivers/video/via/viafbdev.h index d9440635d1d4..f6b2ddf56e94 100644 --- a/drivers/video/via/viafbdev.h +++ b/drivers/video/via/viafbdev.h | |||
@@ -26,6 +26,7 @@ | |||
26 | #include <linux/fb.h> | 26 | #include <linux/fb.h> |
27 | #include <linux/spinlock.h> | 27 | #include <linux/spinlock.h> |
28 | 28 | ||
29 | #include "via_aux.h" | ||
29 | #include "ioctl.h" | 30 | #include "ioctl.h" |
30 | #include "share.h" | 31 | #include "share.h" |
31 | #include "chip.h" | 32 | #include "chip.h" |
@@ -48,6 +49,11 @@ struct viafb_shared { | |||
48 | struct proc_dir_entry *iga2_proc_entry; | 49 | struct proc_dir_entry *iga2_proc_entry; |
49 | struct viafb_dev *vdev; /* Global dev info */ | 50 | struct viafb_dev *vdev; /* Global dev info */ |
50 | 51 | ||
52 | /* I2C busses that may have auxiliary devices */ | ||
53 | struct via_aux_bus *i2c_26; | ||
54 | struct via_aux_bus *i2c_31; | ||
55 | struct via_aux_bus *i2c_2C; | ||
56 | |||
51 | /* All the information will be needed to set engine */ | 57 | /* All the information will be needed to set engine */ |
52 | struct tmds_setting_information tmds_setting_info; | 58 | struct tmds_setting_information tmds_setting_info; |
53 | struct lvds_setting_information lvds_setting_info; | 59 | struct lvds_setting_information lvds_setting_info; |