From: Devin Heitmueller Date: Wed, 11 Mar 2009 05:59:30 +0000 (-0300) Subject: V4L/DVB (11060): au8522: rename the au8522.c source file X-Git-Tag: v3.0~10247^2~205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f56738cd81690dcaec92307b1a7f9f5f69af15b1;p=platform%2Fkernel%2Flinux-amlogic.git 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 and Steven Toth for providing sample hardware, engineering level support, and testing. Signed-off-by: Devin Heitmueller Signed-off-by: Michael Krufky Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/dvb/frontends/Makefile b/drivers/media/dvb/frontends/Makefile index 2a25039..7428265 100644 --- a/drivers/media/dvb/frontends/Makefile +++ b/drivers/media/dvb/frontends/Makefile @@ -8,6 +8,7 @@ EXTRA_CFLAGS += -Idrivers/media/common/tuners/ s921-objs := s921_module.o s921_core.o stb0899-objs = stb0899_drv.o stb0899_algo.o stv0900-objs = stv0900_core.o stv0900_sw.o +au8522-objs = au8522_dig.o obj-$(CONFIG_DVB_PLL) += dvb-pll.o obj-$(CONFIG_DVB_STV0299) += stv0299.o diff --git a/drivers/media/dvb/frontends/au8522.c b/drivers/media/dvb/frontends/au8522_dig.c similarity index 100% rename from drivers/media/dvb/frontends/au8522.c rename to drivers/media/dvb/frontends/au8522_dig.c