Skip to content

Commit

Permalink
V4L/DVB (6961): tda18271: move common code to tda18271-common.c
Browse files Browse the repository at this point in the history
Move some common code to a new file to make this easier to look at.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 255b511 commit 59067f7
Show file tree
Hide file tree
Showing 6 changed files with 641 additions and 586 deletions.
2 changes: 1 addition & 1 deletion drivers/media/dvb/frontends/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/
EXTRA_CFLAGS += -Idrivers/media/video/

tda18271-objs := tda18271-tables.o tda18271-fe.o
tda18271-objs := tda18271-tables.o tda18271-common.o tda18271-fe.o

obj-$(CONFIG_DVB_PLL) += dvb-pll.o
obj-$(CONFIG_DVB_STV0299) += stv0299.o
Expand Down
Loading

0 comments on commit 59067f7

Please sign in to comment.