git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c31522
)
[media] [V2,03/24] pci/ttpci/av7110.c: use IS_ENABLED() macro
author
Peter Senna Tschudin
<peter.senna@gmail.com>
Sat, 19 Jan 2013 22:41:10 +0000
(19:41 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 6 Feb 2013 11:19:43 +0000
(09:19 -0200)
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 <mchehab@redhat.com>
Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found