OSDN Git Service

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)
commit00c78a3728dff798b4c9d5e2d38c86106ff6e8c7
treee45b1320976754bc311605f38431215f4862fed5
parent9b174527e7b756cda9f5d9e541f87b7fec9cfdf0
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 <mchehab@osg.samsung.com>
drivers/media/dvb-frontends/drx39xyj/drx39xxj.h
drivers/media/dvb-frontends/lgdt3306a.h
drivers/media/dvb-frontends/si2165.h