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/Makefile | |
parent | c5593d26aea3aba2a7703a0b5d74b4ea8b726889 (diff) | |
download | blackbird-obmc-linux-2c536f84c19c73ab1e3411bf1596ff85c4a23783.tar.gz blackbird-obmc-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/Makefile')
-rw-r--r-- | drivers/video/via/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/via/Makefile b/drivers/video/via/Makefile index 96f01ee2a412..5108136e8776 100644 --- a/drivers/video/via/Makefile +++ b/drivers/video/via/Makefile @@ -6,4 +6,4 @@ obj-$(CONFIG_FB_VIA) += viafb.o viafb-y :=viafbdev.o hw.o via_i2c.o dvi.o lcd.o ioctl.o accel.o \ via_utility.o vt1636.o global.o tblDPASetting.o viamode.o \ - via-core.o via-gpio.o via_modesetting.o + via-core.o via-gpio.o via_modesetting.o via_clock.o |