diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-03-24 13:30:09 +0000 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-03-24 13:30:09 +0000 |
commit | 2c536f84c19c73ab1e3411bf1596ff85c4a23783 (patch) | |
tree | be4b08114f4b5a35805017c1852377136615043b /drivers/video/via/hw.h | |
parent | c5593d26aea3aba2a7703a0b5d74b4ea8b726889 (diff) | |
download | op-kernel-dev-2c536f84c19c73ab1e3411bf1596ff85c4a23783.zip op-kernel-dev-2c536f84c19c73ab1e3411bf1596ff85c4a23783.tar.gz |
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.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/video/via/hw.h b/drivers/video/via/hw.h index 2cdce9b..7e9f51a 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; |