summaryrefslogtreecommitdiffstats
path: root/drivers/misc/bh1780gli.c
diff options
context:
space:
mode:
authorPeter Senna Tschudin <peter.senna@gmail.com>2013-01-24 19:29:07 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-02-05 14:54:24 -0200
commitf5b6de9cf6f862e2c74854a8f6969879a1440283 (patch)
treeecc3e0f14901e283887b607cf6c8087ec26f3163 /drivers/misc/bh1780gli.c
parent8099affaa6da1cc41fca03320b5621f95c6114ea (diff)
downloadlinux-f5b6de9cf6f862e2c74854a8f6969879a1440283.tar.bz2
[media] usb/gspca/sonixb.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 Also replaced: #if !defined CONFIG_USB_SN9C102 && !defined CONFIG_USB_SN9C102_MODULE with: #if !IS_ENABLED(CONFIG_USB_SN9C102) 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/misc/bh1780gli.c')
0 files changed, 0 insertions, 0 deletions