пт, 22 янв. 2021 г. в 11:43, Ahmad Fatoum <[email protected]>: > > IS_ENABLED(CONFIG_ENCRYPTED_KEYS) is true whether the option is built-in > or a module, so use it instead of #if defined checking for each > separately. > > The other #if was to avoid a static function defined, but unused > warning. As we now always build the callsite when the function > is defined, we can remove that first #if guard. > > Suggested-by: Arnd Bergmann <[email protected]> > Signed-off-by: Ahmad Fatoum <[email protected]>
Acked-by: Dmitry Baryshkov <[email protected]> -- With best wishes Dmitry

