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)
Changeset 9b174527e7b7 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>

No differences found