diff options
author | Peter Senna Tschudin <peter.senna@gmail.com> | 2013-01-24 23:29:06 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-05 17:54:22 +0100 |
commit | 8099affaa6da1cc41fca03320b5621f95c6114ea (patch) | |
tree | 1aa050552e16dc50a4908a4f79f795f711aebe77 /drivers/media/usb/gspca/sonixb.c | |
parent | [media] usb/gspca/se401.c: use IS_ENABLED() macro (diff) | |
download | linux-8099affaa6da1cc41fca03320b5621f95c6114ea.tar.xz linux-8099affaa6da1cc41fca03320b5621f95c6114ea.zip |
[media] usb/gspca/sn9c20x.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 'drivers/media/usb/gspca/sonixb.c')
0 files changed, 0 insertions, 0 deletions