From: Mauro Carvalho Chehab Date: Wed, 8 Apr 2015 18:04:35 +0000 (-0300) Subject: dvb-frontends: use IS_REACHABLE() instead of IS_ENABLED() X-Git-Tag: omap-for-v4.2/o2_dc~62^2~1^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c78a3728dff798b4c9d5e2d38c86106ff6e8c7;p=pandora-kernel.git dvb-frontends: use IS_REACHABLE() instead of IS_ENABLED() 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 --- Reading git-diff-tree failed