diff options
| author | Peter Senna Tschudin <[email protected]> | 2013-01-19 19:41:29 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2013-02-06 09:20:24 -0200 |
| commit | 9ecf9b085a0926e07c78c08a07296bbfd1c37d07 (patch) | |
| tree | 62bb33ce0c44a4eceada6d0d57f97e5e528edf19 /tools/perf/scripts/python | |
| parent | f1c16adce0d2a14376dcafd00c90a88c885b4fed (diff) | |
[media] [V2,22/24] usb/hdpvr/hdpvr-core.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 <[email protected]>
Signed-off-by: Peter Senna Tschudin <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions