kconfig.h: use already defined macros for IS_REACHABLE() define
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 14 Jun 2016 05:58:56 +0000 (14:58 +0900)
committerMichal Marek <mmarek@suse.com>
Mon, 20 Jun 2016 20:42:32 +0000 (22:42 +0200)
commit05a25c8e2c593914c18faf91dfb5ee471b79ce58
treef64abab9f35df9120c805c3825b6d32987b4d61d
parent6023d2369ba7b82b0588fd6fcdd558a6fef200ae
kconfig.h: use already defined macros for IS_REACHABLE() define

For the same reason as commit 02d699f1f464 ("include/linux/kconfig.h:
ese macros which are already defined"), it is better to use macros
IS_BUILTIN() and IS_MODULE() for defining IS_REACHABLE().

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Michal Marek <mmarek@suse.com>
include/linux/kconfig.h