commit | 5219d6530ef0bca37bd8c4c637908638ce205ff9 | [log] [tgz] |
---|---|---|
author | Javier Martinez Canillas <javier@osg.samsung.com> | Wed May 18 16:11:28 2016 -0400 |
committer | Tejun Heo <tj@kernel.org> | Fri May 27 11:27:23 2016 -0400 |
tree | 179e2f2b9515fc26f2d583f1248ff4229522fafc | |
parent | d2abf98e1feecfe333c2077f541986dedbe47cdb [diff] |
ata: 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: Tejun Heo <tj@kernel.org>