summaryrefslogtreecommitdiffstats
path: root/drivers/video/via/hw.h
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat2011-03-24 14:30:09 +0100
committerFlorian Tobias Schandinat2011-03-24 14:30:09 +0100
commit2c536f84c19c73ab1e3411bf1596ff85c4a23783 (patch)
treebe4b08114f4b5a35805017c1852377136615043b /drivers/video/via/hw.h
parentviafb: add primary/secondary clock on/off switches (diff)
downloadkernel-qcow2-linux-2c536f84c19c73ab1e3411bf1596ff85c4a23783.tar.gz
kernel-qcow2-linux-2c536f84c19c73ab1e3411bf1596ff85c4a23783.tar.xz
kernel-qcow2-linux-2c536f84c19c73ab1e3411bf1596ff85c4a23783.zip
viafb: split clock and PLL code to an extra file
This patch is a huge move operation with some rename and introduces an interface to still use the functions. This should be a step in the right direction to reuse the code whenever possible but cleanly separate code that differs on different platform and keeping the complexity as low as possible. pll_config was renamed to via_pll_config to keep the naming scheme. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/hw.h')
-rw-r--r--drivers/video/via/hw.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/video/via/hw.h b/drivers/video/via/hw.h
index 2cdce9b7eb8e..7e9f51a83126 100644
--- a/drivers/video/via/hw.h
+++ b/drivers/video/via/hw.h
@@ -732,12 +732,6 @@ struct _lcd_scaling_factor {
struct _lcd_ver_scaling_factor lcd_ver_scaling_factor;
};
-struct pll_config {
- u16 multiplier;
- u8 divisor;
- u8 rshift;
-};
-
struct pll_limit {
u16 multiplier_min;
u16 multiplier_max;