From fc5fdeb9baf0a40a275635f2cc5280445e39c581 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sat, 23 Jul 2005 10:08:00 +0000 Subject: * cx88-dvb.c, saa7134-dvb.c: * scripts/merge-trees.sh, scripts/unmerge-trees.sh: - fix compilation warning for missing lgdt3302 when compiling against kernel 2.6.12 without DVB tree. - replaced #IF CONFIG_DVB_* with #IFDEF CONFIG_DVB_* - include linux/config.h - Let kconfig / Makefile decide to include frontend-specific code. (Properly functioning now) Signed-off-by: Michael Krufky --- v4l/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'v4l/ChangeLog') diff --git a/v4l/ChangeLog b/v4l/ChangeLog index fa5b99bae..521e43bf3 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,15 @@ +2005-07-23 09:49 mkrufky + * cx88-dvb.c, saa7134-dvb.c: + * scripts/merge-trees.sh, scripts/unmerge-trees.sh: + - fix compilation warning for missing lgdt3302 when + compiling against kernel 2.6.12 without DVB tree. + - replaced #IF CONFIG_DVB_* with #IFDEF CONFIG_DVB_* + - include linux/config.h + - Let kconfig / Makefile decide to include frontend-specific code. + (Properly functioning now) + + Signed-off-by: Michael Krufky + 2005-07-22 16:27 mkrufky * tveeprom.c: - Recognize the MFPE05-2 Tuner. -- cgit v1.2.3