From: Mauro Carvalho Chehab Date: Sat, 19 Sep 2009 12:45:22 +0000 (-0300) Subject: V4L/DVB (13038): dvbdev: Remove an anoying/uneeded warning X-Git-Tag: v2.6.32-rc1~61^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4c02ef91b74fc6584196cdeab3eb12daac6e380;p=pandora-kernel.git V4L/DVB (13038): dvbdev: Remove an anoying/uneeded warning As pointed by Marcin Slusarz , the warns happens because CONFIG_DVB_MAX_ADAPTERS depends on CONFIG_DVB_CORE, and there are valid configs where DVB_CORE is not selected. This causes such warnings, for every V4L and common drivers that may or may not be compiled with DVB support: drivers/media/dvb/dvb-core/dvbdev.h:36:2: warning: #warning invalid CONFIG_DVB_MAX_ADAPTERS value We can safely remove the warning. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed