diff options
author | 2013-01-19 19:41:10 -0300 | |
---|---|---|
committer | 2013-02-06 09:19:43 -0200 | |
commit | b168e810b0e8bef68ccdfb06f741cb4d7142578c (patch) | |
tree | 56777d9caa83f63e6c65cd7340197a59a1288046 /tools/perf/scripts/python | |
parent | [media] [V2,02/24] pci/saa7134/saa7134.h: use IS_ENABLED() macro (diff) | |
download | linux-dev-b168e810b0e8bef68ccdfb06f741cb4d7142578c.tar.xz linux-dev-b168e810b0e8bef68ccdfb06f741cb4d7142578c.zip |
[media] [V2,03/24] pci/ttpci/av7110.c: use IS_ENABLED() macro
replace:
#if defined(CONFIG_INPUT_EVDEV) || \
defined(CONFIG_INPUT_EVDEV_MODULE)
with:
#if IS_ENABLED(CONFIG_INPUT_EVDEV)
This change was made for: CONFIG_INPUT_EVDEV,
CONFIG_DVB_SP8870
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