From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Tue, 22 Oct 2024 10:36:11 +0000 Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM --- kernel/arch/sh/include/asm/syscalls_32.h | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/kernel/arch/sh/include/asm/syscalls_32.h b/kernel/arch/sh/include/asm/syscalls_32.h index 9f9faf6..5c555b8 100644 --- a/kernel/arch/sh/include/asm/syscalls_32.h +++ b/kernel/arch/sh/include/asm/syscalls_32.h @@ -2,8 +2,6 @@ #ifndef __ASM_SH_SYSCALLS_32_H #define __ASM_SH_SYSCALLS_32_H -#ifdef __KERNEL__ - #include <linux/compiler.h> #include <linux/linkage.h> #include <linux/types.h> @@ -26,5 +24,4 @@ asmlinkage void do_notify_resume(struct pt_regs *regs, unsigned int save_r0, unsigned long thread_info_flags); -#endif /* __KERNEL__ */ #endif /* __ASM_SH_SYSCALLS_32_H */ -- Gitblit v1.6.2