From: Peter Senna Tschudin Date: Sat, 19 Jan 2013 22:41:30 +0000 (-0300) Subject: [media] [V2,23/24] usb/hdpvr/hdpvr-i2c.c: use IS_ENABLED() macro X-Git-Tag: v3.9-rc1~93^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a29b8080bd99793c86060d0dbebfd81c6aa4281;p=pandora-kernel.git [media] [V2,23/24] usb/hdpvr/hdpvr-i2c.c: use IS_ENABLED() macro replace: #if defined(CONFIG_I2C) || \ defined(CONFIG_I2C_MODULE) with: #if IS_ENABLED(CONFIG_I2C) This change was made for: CONFIG_I2C Reported-by: Mauro Carvalho Chehab Signed-off-by: Peter Senna Tschudin Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed