diff options
| author | Peter Senna Tschudin <[email protected]> | 2013-01-24 19:28:57 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2013-02-05 14:52:46 -0200 |
| commit | 480d3ca13e64ab06200ab2c4dbff462c2ac7494d (patch) | |
| tree | 97d33ced1aebe59cc16c9cfbffc154c24426d8fd /tools/perf/scripts/python/bin | |
| parent | 58bc8b7e380554d2d32f8d7f776a019cefc8afbf (diff) | |
[media] radio/si470x/radio-si470x.h: use IS_ENABLED() macro
replace:
#if defined(CONFIG_USB_SI470X) || \
defined(CONFIG_USB_SI470X_MODULE)
with:
#if IS_ENABLED(CONFIG_USB_SI470X)
This change was made for: CONFIG_USB_SI470X,
CONFIG_I2C_SI470X
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