From: Peter Senna Tschudin Date: Sat, 19 Jan 2013 22:41:10 +0000 (-0300) Subject: [media] [V2,03/24] pci/ttpci/av7110.c: use IS_ENABLED() macro X-Git-Tag: v3.9-rc1~93^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b168e810b0e8bef68ccdfb06f741cb4d7142578c;p=pandora-kernel.git [media] [V2,03/24] pci/ttpci/av7110.c: use IS_ENABLED() macro replace: #if defined(CONFIG_INPUT_EVDEV) || \ defined(CONFIG_INPUT_EVDEV_MODULE) with: #if IS_ENABLED(CONFIG_INPUT_EVDEV) This change was made for: CONFIG_INPUT_EVDEV, CONFIG_DVB_SP8870 Reported-by: Mauro Carvalho Chehab Signed-off-by: Peter Senna Tschudin Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed