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