From ed305ccc642fd2dadfc45ab200fd476b98a1921a Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Mon, 15 Mar 2021 10:44:53 +0900 Subject: [PATCH] drivers/bch/bchlib_cache.c: Fix build with CONFIG_BCH_ENCRYPTION It seems no one has built this since 2014. I only build-tested this with esp32-devkitc:wapi + CONFIG_BCH_ENCRYPTION + CONFIG_ESP32_AES_ACCELERATOR. --- drivers/bch/bchlib_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/bch/bchlib_cache.c b/drivers/bch/bchlib_cache.c index aff6ed6f40..5941994de4 100644 --- a/drivers/bch/bchlib_cache.c +++ b/drivers/bch/bchlib_cache.c @@ -33,7 +33,7 @@ #include "bch.h" #if defined(CONFIG_BCH_ENCRYPTION) -# include +# include #endif /****************************************************************************