Home
last modified time | relevance | path

Searched hist:"1980 bfa67f19d628df30b9b5b76bca37c2a76dde" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/media/
H A Ddvbdev.hdiff 1980bfa67f19d628df30b9b5b76bca37c2a76dde Wed Mar 07 03:11:50 CST 2018 Mauro Carvalho Chehab <mchehab@s-opensource.com> 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>
/openbmc/linux/drivers/media/dvb-core/
H A Ddvbdev.cdiff 1980bfa67f19d628df30b9b5b76bca37c2a76dde Wed Mar 07 03:11:50 CST 2018 Mauro Carvalho Chehab <mchehab@s-opensource.com> 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>