diff options
| author | Peter Senna Tschudin <[email protected]> | 2013-01-24 19:29:01 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2013-02-05 14:53:54 -0200 |
| commit | c4ea799a2bbbc5623f405233382c36b1f3aa9684 (patch) | |
| tree | e8104505384d414b4b2bee49e62e89be10249575 /tools/perf/scripts/python/bin | |
| parent | 9bc044633161e23f3f2c590bc572df8eb722f94b (diff) | |
[media] usb/gspca/ov519.c: use IS_ENABLED() macro
replace:
#if defined(CONFIG_INPUT) || \
defined(CONFIG_INPUT_MODULE)
with:
#if IS_ENABLED(CONFIG_INPUT)
This change was made for: CONFIG_INPUT
Reported-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Peter Senna Tschudin <[email protected]>
Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions