From: Antti Palosaari Date: Fri, 4 Jan 2013 18:21:26 +0000 (-0300) Subject: [media] dvb_usb_v2: use IS_ENABLED() macro X-Git-Tag: v3.9-rc1~93^2~225 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37b44a0f04184998073633887d2f1e724aee130a;p=pandora-kernel.git [media] dvb_usb_v2: use IS_ENABLED() macro replace: #if defined(CONFIG_RC_CORE) || defined(CONFIG_RC_CORE_MODULE) with: #if IS_ENABLED(CONFIG_RC_CORE) Reported-by: Fabio Estevam Signed-off-by: Antti Palosaari Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed