diff options
author | Peter Senna Tschudin <peter.senna@gmail.com> | 2013-01-24 19:29:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-05 14:54:04 -0200 |
commit | ae814c0845624a836918a09745c8b9e6ab3096b2 (patch) | |
tree | c61f4f1a16af3b34c8d0e884e3917235d9afce85 /scripts/makelst | |
parent | 4f4d1785352f92aa1eeff39d030a50cabeb0c8f3 (diff) |
[media] gspca/pac7302.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 <mchehab@redhat.com>
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'scripts/makelst')
0 files changed, 0 insertions, 0 deletions