diff options
author | Devin Heitmueller <dheitmueller@linuxtv.org> | 2009-03-11 01:59:30 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:24 -0400 |
commit | f56738cd81690dcaec92307b1a7f9f5f69af15b1 (patch) | |
tree | 9cd288204504cb6f29c6f69a403a385b50cfe97c | |
parent | ea2278633ab4728c41b4043f47df4d3e39131992 (diff) |
V4L/DVB (11060): au8522: rename the au8522.c source file
Rename the au8522.c file to au8522_dig.c so that more source files can be
added to the driver while preserving the original name of au8522.ko
Thanks to Michael Krufky <mkrufky@linuxtv.org> and Steven Toth
<stoth@linuxtv.org> for providing sample hardware, engineering level support,
and testing.
Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/dvb/frontends/Makefile | 1 | ||||
-rw-r--r-- | drivers/media/dvb/frontends/au8522_dig.c (renamed from drivers/media/dvb/frontends/au8522.c) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile index 2a250399b55..742826523df 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/drivers/media/dvb/frontends/Makefile | |||
@@ -8,6 +8,7 @@ EXTRA_CFLAGS += -Idrivers/media/common/tuners/ | |||
8 | s921-objs := s921_module.o s921_core.o | 8 | s921-objs := s921_module.o s921_core.o |
9 | stb0899-objs = stb0899_drv.o stb0899_algo.o | 9 | stb0899-objs = stb0899_drv.o stb0899_algo.o |
10 | stv0900-objs = stv0900_core.o stv0900_sw.o | 10 | stv0900-objs = stv0900_core.o stv0900_sw.o |
11 | au8522-objs = au8522_dig.o | ||
11 | 12 | ||
12 | obj-$(CONFIG_DVB_PLL) += dvb-pll.o | 13 | obj-$(CONFIG_DVB_PLL) += dvb-pll.o |
13 | obj-$(CONFIG_DVB_STV0299) += stv0299.o | 14 | obj-$(CONFIG_DVB_STV0299) += stv0299.o |
diff --git a/drivers/media/dvb/frontends/au8522.c b/drivers/media/dvb/frontends/au8522_dig.c index eabf9a68e7e..eabf9a68e7e 100644 --- a/drivers/media/dvb/frontends/au8522.c +++ b/drivers/media/dvb/frontends/au8522_dig.c | |||