]> git.openfabrics.org - ~emulex/infiniband.git/commit
V4L/DVB (7125): tuner: build tuner-types independently of tuner-core
authorMichael Krufky <mkrufky@linuxtv.org>
Tue, 22 Apr 2008 17:41:49 +0000 (14:41 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Thu, 24 Apr 2008 16:42:22 +0000 (13:42 -0300)
commit82b3083d2673e5fe8ac508071038b2b4c10bbf9c
treebb32804b2be1ea16936f033c944597e2b2126c83
parent7f8447d13d3abaeb46d0e6ae2890a843aa09561f
V4L/DVB (7125): tuner: build tuner-types independently of tuner-core

tuner-types is needed for tuner-simple, and does not need to be bound
to tuner-core.  Any caller of tuner-simple, including tuner-core, needs
to pass a structure from tuner-types into tuner-simple at attach-time.

Export the two needed symbols from tuner-types for now, so that card-level
drivers can attach tuner-simple for hybrid dvb_frontend devices.  We will
remove this dependency altogether as tuner refactoring phase 3 progresses.

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/Kconfig
drivers/media/video/Makefile
drivers/media/video/tuner-types.c