diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-09-11 11:00:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-09-18 16:20:26 +0200 |
commit | e701c67c30e65cc887b1ebdd6ef91010f0ca46fa (patch) | |
tree | eb4410a9f1a325ebc5c2ea10a463e580b2644118 /drivers/w1/w1_io.c | |
parent | f7c04f16d76e795f52a8fdbf11d351346fe7032c (diff) | |
download | linux-e701c67c30e65cc887b1ebdd6ef91010f0ca46fa.tar.gz |
nvmem: remove unneeded IS_ENABLED(CONFIG_NVMEM) conditional
As you see in drivers/nvmem/Makefile, this C file is compiled only
when CONFIG_NVMEM is y or m.
So, IS_ENABLED(CONFIG_NVMEM) is always evaluated to 1 in this file.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/w1/w1_io.c')
0 files changed, 0 insertions, 0 deletions