From cf4ce59b3b70238352c7f1729f0f7223214828ad Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 20 Sep 2024 01:46:19 +0000 Subject: [PATCH] rtl88x2CE_WiFi_linux add concurrent mode --- kernel/arch/sh/include/asm/bl_bit.h | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) diff --git a/kernel/arch/sh/include/asm/bl_bit.h b/kernel/arch/sh/include/asm/bl_bit.h index 7e3d816..5d04f2c 100644 --- a/kernel/arch/sh/include/asm/bl_bit.h +++ b/kernel/arch/sh/include/asm/bl_bit.h @@ -1,11 +1,2 @@ /* SPDX-License-Identifier: GPL-2.0 */ -#ifndef __ASM_SH_BL_BIT_H -#define __ASM_SH_BL_BIT_H - -#ifdef CONFIG_SUPERH32 -# include <asm/bl_bit_32.h> -#else -# include <asm/bl_bit_64.h> -#endif - -#endif /* __ASM_SH_BL_BIT_H */ +#include <asm/bl_bit_32.h> -- Gitblit v1.6.2