From 2eed3dca229e97aa03954ee5178457c4f2f8cfdb Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Thu, 14 May 2020 11:59:03 +0200 Subject: mips: cache: Allow using CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CM This patch enables the usage of CONFIG_MIPS_L2_CACHE without CONFIG_MIPS_CM, which is what is needed for the newly added Octeon platform. Signed-off-by: Stefan Roese --- arch/mips/lib/cache.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/mips/lib/cache.c') diff --git a/arch/mips/lib/cache.c b/arch/mips/lib/cache.c index 24f115ebc97..b5c42aeed78 100644 --- a/arch/mips/lib/cache.c +++ b/arch/mips/lib/cache.c @@ -8,9 +8,7 @@ #include #include #include -#ifdef CONFIG_MIPS_L2_CACHE #include -#endif #include #include #include -- cgit v1.2.3