diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-02-12 15:34:17 -0500 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-03-04 07:05:15 -0500 |
commit | 91dc1be8f698eb016343d534159a919678e3889c (patch) | |
tree | 286944db798d0254314e9e346cf74fa9c87211d3 /drivers/video/via/hw.h | |
parent | 70a27df1579b0e8d7d478d034980f8a7f8a20d54 (diff) |
viafb: LCD bpp cleanup
This patch removes redundant bits per pixel information by using the
one storged in var directly. Simplifies code without any functional
changes.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/hw.h')
-rw-r--r-- | drivers/video/via/hw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/via/hw.h b/drivers/video/via/hw.h index f8129e49aa2c..cacedc10699b 100644 --- a/drivers/video/via/hw.h +++ b/drivers/video/via/hw.h | |||
@@ -658,7 +658,7 @@ void viafb_load_FIFO_reg(int set_iga, int hor_active, int ver_active); | |||
658 | void viafb_set_dpa_gfx(int output_interface, struct GFX_DPA_SETTING\ | 658 | void viafb_set_dpa_gfx(int output_interface, struct GFX_DPA_SETTING\ |
659 | *p_gfx_dpa_setting); | 659 | *p_gfx_dpa_setting); |
660 | 660 | ||
661 | int viafb_setmode(int video_bpp, int video_bpp1); | 661 | int viafb_setmode(void); |
662 | void viafb_fill_var_timing_info(struct fb_var_screeninfo *var, | 662 | void viafb_fill_var_timing_info(struct fb_var_screeninfo *var, |
663 | struct crt_mode_table *mode); | 663 | struct crt_mode_table *mode); |
664 | void __devinit viafb_init_chip_info(int chip_type); | 664 | void __devinit viafb_init_chip_info(int chip_type); |