fb: adv7393: Use IS_ENABLED() instead of checking for built-in or module
authorJavier Martinez Canillas <javier@osg.samsung.com>
Mon, 11 Jul 2016 20:44:37 +0000 (16:44 -0400)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 11 Aug 2016 14:54:56 +0000 (17:54 +0300)
commit53d73a0adc818d6a72168c7cc33dd2a45735131a
treecda3606a8aaa9cac882460687640f82e45534bc4
parentd50b3f43db739f03fcf8c0a00664b3d2fed0496e
fb: adv7393: Use IS_ENABLED() instead of checking for built-in or module

The IS_ENABLED() macro checks if a Kconfig symbol has been enabled either
built-in or as a module, use that macro instead of open coding the same.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/bfin_adv7393fb.c