]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
[media] dvb_usb_v2: use IS_ENABLED() macro
authorAntti Palosaari <crope@iki.fi>
Fri, 4 Jan 2013 18:21:26 +0000 (15:21 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 6 Jan 2013 12:20:13 +0000 (10:20 -0200)
commit37b44a0f04184998073633887d2f1e724aee130a
tree37181c38d801fb7eed4c68d3c08b1c28c52bc22e
parentac1c86c857368eb727b7ca2c7a48bd6e373fa628
[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 <festevam@gmail.com>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/dvb-usb-v2/af9015.c
drivers/media/usb/dvb-usb-v2/af9035.c
drivers/media/usb/dvb-usb-v2/anysee.c
drivers/media/usb/dvb-usb-v2/az6007.c
drivers/media/usb/dvb-usb-v2/dvb_usb_core.c
drivers/media/usb/dvb-usb-v2/it913x.c
drivers/media/usb/dvb-usb-v2/rtl28xxu.c