diff options
author | Peter Senna Tschudin <peter.senna@gmail.com> | 2013-01-19 22:41:10 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-06 11:19:43 (GMT) |
commit | b168e810b0e8bef68ccdfb06f741cb4d7142578c (patch) | |
tree | 56777d9caa83f63e6c65cd7340197a59a1288046 /include/clocksource | |
parent | 8c31522c64968ae790b0d767d27655c24d913837 (diff) | |
download | linux-fsl-qoriq-b168e810b0e8bef68ccdfb06f741cb4d7142578c.tar.xz |
[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 'include/clocksource')
0 files changed, 0 insertions, 0 deletions