summaryrefslogtreecommitdiffstats
path: root/drivers/video/via/hw.h
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat2011-06-02 16:03:53 +0200
committerFlorian Tobias Schandinat2011-08-05 14:47:27 +0200
commit92746c3c82135b13d7fb1bbdebbabb0faedd8433 (patch)
treead6e284e645208053d7a25668cd16a1e00d20dcd /drivers/video/via/hw.h
parentviafb: remove superfluous mode lookup (diff)
downloadkernel-qcow2-linux-92746c3c82135b13d7fb1bbdebbabb0faedd8433.tar.gz
kernel-qcow2-linux-92746c3c82135b13d7fb1bbdebbabb0faedd8433.tar.xz
kernel-qcow2-linux-92746c3c82135b13d7fb1bbdebbabb0faedd8433.zip
viafb: simplify viafb_fill_crtc_timing
As the first argument is just part of the structure passed as the second argument there is no need for it at all. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/hw.h')
-rw-r--r--drivers/video/via/hw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/video/via/hw.h b/drivers/video/via/hw.h
index 267c669be736..1fd8d98f7395 100644
--- a/drivers/video/via/hw.h
+++ b/drivers/video/via/hw.h
@@ -637,8 +637,8 @@ extern int viafb_LCD_ON;
extern int viafb_DVI_ON;
extern int viafb_hotplug;
-void viafb_fill_crtc_timing(struct crt_mode_table *crt_table,
- struct VideoModeTable *video_mode, int bpp_byte, int set_iga);
+void viafb_fill_crtc_timing(struct VideoModeTable *video_mode, int bpp_byte,
+ int set_iga);
void viafb_set_vclock(u32 CLK, int set_iga);
void viafb_load_reg(int timing_value, int viafb_load_reg_num,