From 645e752c5a84baeb21015cdc85fc05b7d16312c8 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 11 May 2024 01:13:52 +0000 Subject: [PATCH] disable i2c1 --- 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