From 071106ecf68c401173c58808b1cf5f68cc50d390 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 05 Jan 2024 08:39:27 +0000
Subject: [PATCH] change wifi driver to cypress
---
kernel/arch/sh/include/asm/smp.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/kernel/arch/sh/include/asm/smp.h b/kernel/arch/sh/include/asm/smp.h
index 1a0d7cf..199381f 100644
--- a/kernel/arch/sh/include/asm/smp.h
+++ b/kernel/arch/sh/include/asm/smp.h
@@ -8,7 +8,6 @@
#ifdef CONFIG_SMP
-#include <linux/spinlock.h>
#include <linux/atomic.h>
#include <asm/current.h>
#include <asm/percpu.h>
@@ -72,7 +71,7 @@
#define CPU_METHOD_OF_DECLARE(name, _method, _ops) \
static const struct of_cpu_method __cpu_method_of_table_##name \
- __used __section(__cpu_method_of_table) \
+ __used __section("__cpu_method_of_table") \
= { .method = _method, .ops = _ops }
#else
--
Gitblit v1.6.2