commit | 2d4ea4b95cae3133de6b18ec5d5a42ee824fa0ef | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Thu Mar 07 15:51:45 2019 -0800 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Mar 29 07:23:44 2019 +0100 |
tree | fc80d800ddd44bb327805299d5ef2867e15a236c | |
parent | 9936328b41ce4bce8f20269dcac8cb476c8d0820 [diff] |
s390/mem_detect: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) IS_ENABLED should generally use CONFIG_ prefaced symbols and it doesn't appear as if there is a BLK_DEV_INITRD define. Cc: <stable@vger.kernel.org> # 4.20 Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>