[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <a36034ffba1e2416270bce9ecf40bfa33f12f017.1529654288.git.baolin.wang@linaro.org>
Date: Fri, 22 Jun 2018 16:09:01 +0800
From: Baolin Wang <baolin.wang@...aro.org>
To: ohad@...ery.com, bjorn.andersson@...aro.org, broonie@...nel.org
Cc: baolin.wang@...aro.org, linux-spi@...r.kernel.org,
linux-remoteproc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 4/8] hwspinlock: Remove redundant config
The hardware core can not be built as a module, so remove the redundant
CONFIG_HWSPINLOCK_MODULE config.
Signed-off-by: Baolin Wang <baolin.wang@...aro.org>
---
include/linux/hwspinlock.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/hwspinlock.h b/include/linux/hwspinlock.h
index 94064cc..0afe693 100644
--- a/include/linux/hwspinlock.h
+++ b/include/linux/hwspinlock.h
@@ -52,7 +52,7 @@ struct hwspinlock_pdata {
int base_id;
};
-#if defined(CONFIG_HWSPINLOCK) || defined(CONFIG_HWSPINLOCK_MODULE)
+#ifdef CONFIG_HWSPINLOCK
int hwspin_lock_register(struct hwspinlock_device *bank, struct device *dev,
const struct hwspinlock_ops *ops, int base_id, int num_locks);
--
1.7.9.5
Powered by blists - more mailing lists