diff options
author | 2013-01-19 19:41:30 -0300 | |
---|---|---|
committer | 2013-02-06 09:20:41 -0200 | |
commit | 6a29b8080bd99793c86060d0dbebfd81c6aa4281 (patch) | |
tree | 0567bfebabddb097a93fc80ce8e902bc22308e40 /tools/perf/scripts/python | |
parent | [media] [V2,22/24] usb/hdpvr/hdpvr-core.c: use IS_ENABLED() macro (diff) | |
download | linux-dev-6a29b8080bd99793c86060d0dbebfd81c6aa4281.tar.xz linux-dev-6a29b8080bd99793c86060d0dbebfd81c6aa4281.zip |
[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 <mchehab@redhat.com>
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions