]> git.baikalelectronics.ru Git - kernel.git/commit
dvb-frontends: use IS_REACHABLE() instead of IS_ENABLED()
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 8 Apr 2015 18:04:35 +0000 (15:04 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Wed, 8 Apr 2015 18:05:12 +0000 (15:05 -0300)
commitcf025764dc50c6d81fa06c5c2acba219e5407c04
treee45b1320976754bc311605f38431215f4862fed5
parentc8d678e758f8ed747722effe5aa60b166c9ac129
dvb-frontends: use IS_REACHABLE() instead of IS_ENABLED()

Changeset c8d678e758f8 added this new macro, ensuring that it
is true only if the function is actually reachable.

However, newer drivers were added since when it was written.
So, change those drivers to also use it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
drivers/media/dvb-frontends/lgdt3306a.h
drivers/media/dvb-frontends/si2165.h