diff options
Diffstat (limited to 'drivers/video/via/lcd.c')
-rw-r--r-- | drivers/video/via/lcd.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/video/via/lcd.c b/drivers/video/via/lcd.c index e48117e40102..c7de16430867 100644 --- a/drivers/video/via/lcd.c +++ b/drivers/video/via/lcd.c | |||
@@ -48,7 +48,7 @@ static struct _lcd_scaling_factor lcd_scaling_factor_CLE = { | |||
48 | 48 | ||
49 | static int check_lvds_chip(int device_id_subaddr, int device_id); | 49 | static int check_lvds_chip(int device_id_subaddr, int device_id); |
50 | static bool lvds_identify_integratedlvds(void); | 50 | static bool lvds_identify_integratedlvds(void); |
51 | static void fp_id_to_vindex(int panel_id); | 51 | static void __devinit fp_id_to_vindex(int panel_id); |
52 | static int lvds_register_read(int index); | 52 | static int lvds_register_read(int index); |
53 | static void load_lcd_scaling(int set_hres, int set_vres, int panel_hres, | 53 | static void load_lcd_scaling(int set_hres, int set_vres, int panel_hres, |
54 | int panel_vres); | 54 | int panel_vres); |
@@ -90,7 +90,7 @@ static int check_lvds_chip(int device_id_subaddr, int device_id) | |||
90 | return FAIL; | 90 | return FAIL; |
91 | } | 91 | } |
92 | 92 | ||
93 | void viafb_init_lcd_size(void) | 93 | void __devinit viafb_init_lcd_size(void) |
94 | { | 94 | { |
95 | DEBUG_MSG(KERN_INFO "viafb_init_lcd_size()\n"); | 95 | DEBUG_MSG(KERN_INFO "viafb_init_lcd_size()\n"); |
96 | 96 | ||
@@ -150,7 +150,7 @@ static bool lvds_identify_integratedlvds(void) | |||
150 | return true; | 150 | return true; |
151 | } | 151 | } |
152 | 152 | ||
153 | int viafb_lvds_trasmitter_identify(void) | 153 | int __devinit viafb_lvds_trasmitter_identify(void) |
154 | { | 154 | { |
155 | if (viafb_lvds_identify_vt1636(VIA_PORT_31)) { | 155 | if (viafb_lvds_identify_vt1636(VIA_PORT_31)) { |
156 | viaparinfo->chip_info->lvds_chip_info.i2c_port = VIA_PORT_31; | 156 | viaparinfo->chip_info->lvds_chip_info.i2c_port = VIA_PORT_31; |
@@ -191,7 +191,7 @@ int viafb_lvds_trasmitter_identify(void) | |||
191 | return FAIL; | 191 | return FAIL; |
192 | } | 192 | } |
193 | 193 | ||
194 | static void fp_id_to_vindex(int panel_id) | 194 | static void __devinit fp_id_to_vindex(int panel_id) |
195 | { | 195 | { |
196 | DEBUG_MSG(KERN_INFO "fp_get_panel_id()\n"); | 196 | DEBUG_MSG(KERN_INFO "fp_get_panel_id()\n"); |
197 | 197 | ||
@@ -996,7 +996,7 @@ static void check_diport_of_integrated_lvds( | |||
996 | plvds_chip_info->output_interface); | 996 | plvds_chip_info->output_interface); |
997 | } | 997 | } |
998 | 998 | ||
999 | void viafb_init_lvds_output_interface(struct lvds_chip_information | 999 | void __devinit viafb_init_lvds_output_interface(struct lvds_chip_information |
1000 | *plvds_chip_info, | 1000 | *plvds_chip_info, |
1001 | struct lvds_setting_information | 1001 | struct lvds_setting_information |
1002 | *plvds_setting_info) | 1002 | *plvds_setting_info) |