From: Peter Senna Tschudin Date: Thu, 24 Jan 2013 22:29:13 +0000 (-0300) Subject: [media] usb/gspca/zc3xx.c: use IS_ENABLED() macro X-Git-Tag: v3.9-rc1~93^2~158 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78f968fa26acbdf44457a7bc35a195b7df040b29;p=pandora-kernel.git [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 Signed-off-by: Peter Senna Tschudin Signed-off-by: Hans de Goede Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed