summaryrefslogtreecommitdiffstats
path: root/drivers/video/via/hw.h
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat2011-03-23 14:49:32 +0100
committerFlorian Tobias Schandinat2011-03-23 14:49:32 +0100
commit1606f87e98f83512762da6dbc992103ae690ff11 (patch)
treeef099a0f1b37ea6e2e119b7fe84666bd4334d204 /drivers/video/via/hw.h
parentviafb: allow some pll calculations (diff)
downloadkernel-qcow2-linux-1606f87e98f83512762da6dbc992103ae690ff11.tar.gz
kernel-qcow2-linux-1606f87e98f83512762da6dbc992103ae690ff11.tar.xz
kernel-qcow2-linux-1606f87e98f83512762da6dbc992103ae690ff11.zip
viafb: call viafb_get_clk_value only in viafb_set_vclock
As no caller is interested in the result call viafb_get_clk_value directly from viafb_set_vclock to encapsulate the hardware dependend stuff there. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/hw.h')
-rw-r--r--drivers/video/via/hw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/via/hw.h b/drivers/video/via/hw.h
index 63d8d37e157c..2cdce9b7eb8e 100644
--- a/drivers/video/via/hw.h
+++ b/drivers/video/via/hw.h
@@ -935,7 +935,6 @@ void viafb_lock_crt(void);
void viafb_unlock_crt(void);
void viafb_load_fetch_count_reg(int h_addr, int bpp_byte, int set_iga);
void viafb_write_regx(struct io_reg RegTable[], int ItemNum);
-u32 viafb_get_clk_value(int clk);
void viafb_load_FIFO_reg(int set_iga, int hor_active, int ver_active);
void viafb_set_dpa_gfx(int output_interface, struct GFX_DPA_SETTING\
*p_gfx_dpa_setting);