diff options
author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-09-02 01:46:34 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-09-02 14:55:54 +0200 |
commit | aa652b1ccbd0d3a9cd4ecdec6d36935f78c838da (patch) | |
tree | 252d81de623dbc5c2454af4ee608157e37b45cda /include/linux/compiler-gcc.h | |
parent | 8292b4de4ee67aa4524b05c7980b94a8b2ce2f80 (diff) |
staging: octeon: 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.
Using the macro makes the code more readable by helping abstract away some
of the Kconfig built-in and module enable details.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: David Daney <david.daney@cavium.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/compiler-gcc.h')
0 files changed, 0 insertions, 0 deletions