diff options
author | Peter Senna Tschudin <peter.senna@gmail.com> | 2013-01-24 19:29:13 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-02-05 14:54:43 -0200 |
commit | 78f968fa26acbdf44457a7bc35a195b7df040b29 (patch) | |
tree | fa991875257f43c4cd2cd5949c96d9399fcc1054 /lib/cpu-notifier-error-inject.c | |
parent | e32d6eb865bbb693b1612a0fbf2ceeb6b51e208c (diff) | |
download | talos-obmc-linux-78f968fa26acbdf44457a7bc35a195b7df040b29.tar.gz talos-obmc-linux-78f968fa26acbdf44457a7bc35a195b7df040b29.zip |
[media] usb/gspca/zc3xx.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 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions