OSDN Git Service

media: dvbdev: fix building on ia64
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 7 Mar 2018 09:11:50 +0000 (04:11 -0500)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 7 Mar 2018 09:11:50 +0000 (04:11 -0500)
commit1980bfa67f19d628df30b9b5b76bca37c2a76dde
tree3154448bbed7e6d8e0dc601553907bb6d11c36b3
parent779c79d4b833ec646b0aed878da38edb45bbe156
media: dvbdev: fix building on ia64

Not sure why, but, on ia64, with Linaro's gcc 7.3 compiler,
using #ifdef (CONFIG_I2C) is not OK.

So, replace it by IS_ENABLED(CONFIG_I2C), in order to fix the
builds there.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/dvb-core/dvbdev.c
include/media/dvbdev.h