Re: [PATCH] powerpc/64e: Fix kexec build error

2022-08-05 Thread Michael Ellerman
On Wed, 3 Aug 2022 16:31:52 +1000, Michael Ellerman wrote: > When building ppc64_book3e_allmodconfig the build fails with: > > arch/powerpc/kexec/file_load_64.c:1063:14: error: implicit declaration of > function ‘firmware_has_feature’ >1063 | if (!firmware_has_feature(FW_FEATURE_LPA

[PATCH] powerpc/64e: Fix kexec build error

2022-08-02 Thread Michael Ellerman
When building ppc64_book3e_allmodconfig the build fails with: arch/powerpc/kexec/file_load_64.c:1063:14: error: implicit declaration of function ‘firmware_has_feature’ 1063 | if (!firmware_has_feature(FW_FEATURE_LPAR)) | ^~~~ Add a direct include